|
|
@@ -142,16 +142,14 @@
|
|
|
|
|
|
</android.support.design.widget.CollapsingToolbarLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginTop="33dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
android:layout_marginBottom="11dp"
|
|
|
- android:background="@color/CFFFFFF"
|
|
|
- app:layout_collapseMode="pin"
|
|
|
- tools:background="@color/C888888">
|
|
|
+ app:layout_collapseMode="pin">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -160,51 +158,35 @@
|
|
|
android:text="조회결과 5건"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="12sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_toLeftOf="@id/text_view_mark"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:text="2018.05.01"
|
|
|
- android:textColor="@color/C999999"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_mark"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="4dp"
|
|
|
- android:layout_marginEnd="4dp"
|
|
|
- android:layout_toLeftOf="@+id/text_view_select_date2"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:text="~"
|
|
|
- android:textColor="@color/C999999"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_select_date2"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="9dp"
|
|
|
- android:layout_toLeftOf="@+id/image_view_filter"
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
- android:text="2018.06.05"
|
|
|
+ android:text="2018.06.05 ~ 2018.06.05"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="12sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_filter"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_filter"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
+ android:padding="5dp"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:srcCompat="@drawable/icon_filter"
|
|
|
/>
|
|
|
- </RelativeLayout>
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
|
|
|