|
|
@@ -8,7 +8,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
>
|
|
|
<!--필터 클릭시 divider-->
|
|
|
- <RelativeLayout
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/filter_divider"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -19,34 +19,27 @@
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/filter_divider1"
|
|
|
- android:layout_width="31dp"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="1dp"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@color/C000000"/>
|
|
|
+ android:background="@color/C000000"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/image_view_arrow_my_colin_detail"/>
|
|
|
|
|
|
<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"/>
|
|
|
+ android:layout_width="8dp"
|
|
|
+ android:layout_height="5dp"
|
|
|
+ android:layout_marginEnd="30dp"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:srcCompat="@drawable/ic_arrow"/>
|
|
|
|
|
|
<View
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="0dp"
|
|
|
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>
|
|
|
+ android:background="@color/C000000"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_arrow_my_colin_detail"/>
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -72,11 +65,12 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/custom_rectangle_radio_selector"
|
|
|
+ android:background="@drawable/filter_radio_selector"
|
|
|
android:button="@null"
|
|
|
android:paddingTop="8dp"
|
|
|
android:paddingBottom="8dp"
|
|
|
android:text="@string/one_week"
|
|
|
+ tools:checked="true"
|
|
|
android:textAlignment="center"
|
|
|
android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
android:textSize="12sp"
|
|
|
@@ -86,7 +80,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/custom_rectangle_radio_selector"
|
|
|
+ android:background="@drawable/filter_radio_selector"
|
|
|
android:button="@null"
|
|
|
android:paddingTop="8dp"
|
|
|
android:paddingBottom="8dp"
|
|
|
@@ -100,7 +94,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/custom_rectangle_radio_selector"
|
|
|
+ android:background="@drawable/filter_radio_selector"
|
|
|
android:button="@null"
|
|
|
android:paddingTop="8dp"
|
|
|
android:paddingBottom="8dp"
|
|
|
@@ -114,7 +108,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/custom_rectangle_radio_selector"
|
|
|
+ android:background="@drawable/filter_radio_selector"
|
|
|
android:button="@null"
|
|
|
android:paddingTop="8dp"
|
|
|
android:paddingBottom="8dp"
|
|
|
@@ -128,7 +122,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/custom_rectangle_radio_selector"
|
|
|
+ android:background="@drawable/filter_radio_selector"
|
|
|
android:button="@null"
|
|
|
android:paddingTop="8dp"
|
|
|
android:paddingBottom="8dp"
|