|
|
@@ -6,10 +6,52 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
>
|
|
|
-
|
|
|
+ <!--필터 클릭시 divider-->
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/filter_divider"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
+ >
|
|
|
+ <View
|
|
|
+ android:id="@+id/filter_divider1"
|
|
|
+ android:layout_width="31dp"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@color/C000000"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/image_view_arrow_my_colin_detail"
|
|
|
+ android:layout_width="7dp"
|
|
|
+ android:layout_height="7dp"
|
|
|
+ android:layout_marginStart="-1.5dp"
|
|
|
+ android:layout_marginEnd="-1.5dp"
|
|
|
+ android:layout_marginRight="-1dp"
|
|
|
+ android:layout_toLeftOf="@+id/filter_divider1"
|
|
|
+ android:rotation="90"
|
|
|
+ app:srcCompat="@drawable/icon_header_back"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginStart="0dp"
|
|
|
+ android:layout_marginEnd="0dp"
|
|
|
+ android:layout_toStartOf="@+id/image_view_arrow_my_colin_detail"
|
|
|
+ android:layout_toEndOf="@id/image_view_arrow_my_colin_detail"
|
|
|
+ android:background="@color/C000000"/>
|
|
|
+ </RelativeLayout>
|
|
|
<LinearLayout
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/filter_divider"
|
|
|
android:id="@+id/layout_filter_contents"
|
|
|
tools:visibility="visible"
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="160dp"
|
|
|
android:background="@color/CF8F8F8"
|