| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:tools="http://schemas.android.com/tools"
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/CF8F8F8"
- >
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="117dp"
- android:layout_marginStart="30dp"
- android:layout_marginTop="25dp"
- android:layout_marginEnd="30dp"
- android:layout_marginBottom="25dp"
- android:background="@color/CFFFFFF">
- <TextView
- android:id="@+id/text_view_coin_detail"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="30dp"
- android:layout_marginTop="20dp"
- android:lineSpacingExtra="10sp"
- android:text="6,900"
- android:textColor="@color/C000000"
- android:textSize="25sp"
- />
- <ImageView
- android:layout_width="14dp"
- android:layout_height="14dp"
- android:layout_alignParentTop="true"
- android:layout_marginStart="3dp"
- android:layout_marginTop="31dp"
- android:layout_toRightOf="@+id/text_view_coin_detail"
- app:srcCompat="@drawable/icon_coin"/>
- <ImageView
- android:id="@+id/image_view_coin"
- android:layout_width="14dp"
- android:layout_height="14dp"
- android:layout_below="@+id/divider"
- android:layout_alignParentEnd="true"
- android:layout_marginTop="19dp"
- android:layout_marginEnd="30dp"
- app:srcCompat="@drawable/icon_coin"/>
- <View
- android:id="@+id/divider"
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_alignParentStart="true"
- android:layout_centerVertical="true"
- android:layout_marginStart="30dp"
- android:layout_marginEnd="30dp"
- android:background="@color/CE5E5E5"/>
- <TextView
- android:id="@+id/text_view_extinct_coin"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignStart="@+id/text_view_coin_detail"
- android:layout_alignParentBottom="true"
- android:layout_marginStart="1dp"
- android:layout_marginBottom="19dp"
- android:lineSpacingExtra="4sp"
- android:text="당월 소멸예정코인"
- android:textColor="@color/C666666"
- android:textSize="12sp"/>
- <ImageView
- android:id="@+id/image_view_coin_detail"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_marginStart="2dp"
- android:layout_marginLeft="48dp"
- android:layout_marginTop="86dp"
- android:layout_toRightOf="@+id/text_view_extinct_coin"
- app:srcCompat="@drawable/icon_detail_arrow"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/divider"
- android:layout_marginTop="15dp"
- android:layout_marginEnd="3dp"
- android:layout_toLeftOf="@+id/image_view_coin"
- android:lineSpacingExtra="6sp"
- android:text="-410"
- android:textColor="@color/C000000"
- android:textSize="16sp"/>
- </RelativeLayout>
- </LinearLayout>
- <RelativeLayout
- 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">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="4sp"
- android:text="조회결과 5건"
- android:textColor="@color/C999999"
- android:textSize="12sp"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toLeftOf="@id/text_view_mark"
- android:lineSpacingExtra="3.5sp"
- android:text="2018.05.01"
- android:textColor="#999999"
- 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="3.5sp"
- android:text="~"
- android:textColor="#999999"
- 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:lineSpacingExtra="3.5sp"
- android:text="2018.06.05"
- android:textColor="#999999"
- android:textSize="12sp"
- />
- <ImageView
- android:id="@+id/image_view_filter"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- app:srcCompat="@drawable/icon_filter"
- />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginStart="25dp"
- android:layout_marginEnd="25dp"
- android:background="@color/C000000"/>
- <LinearLayout
- android:id="@+id/layout_filter_contents"
- android:layout_width="match_parent"
- android:layout_height="160dp"
- android:background="@color/CF8F8F8"
- android:orientation="vertical"
- android:paddingStart="25dp"
- android:paddingTop="30dp"
- android:paddingEnd="25dp"
- android:visibility="gone"
- tools:visibility="visible"
- >
- <RadioGroup
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:weightSum="5">
- <RadioButton
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/custom_rectangle_radio_selector"
- android:button="@null"
- android:lineSpacingExtra="4sp"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
- android:text="@string/one_week"
- android:textAlignment="center"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="12sp"
- />
- <RadioButton
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/custom_rectangle_radio_selector"
- android:button="@null"
- android:lineSpacingExtra="4sp"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
- android:text="@string/one_month"
- android:textAlignment="center"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="12sp"
- />
- <RadioButton
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/custom_rectangle_radio_selector"
- android:button="@null"
- android:lineSpacingExtra="4sp"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
- android:text="@string/three_month"
- android:textAlignment="center"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="12sp"
- />
- <RadioButton
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/custom_rectangle_radio_selector"
- android:button="@null"
- android:lineSpacingExtra="4sp"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
- android:text="@string/six_month"
- android:textAlignment="center"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="12sp"
- />
- <RadioButton
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@drawable/custom_rectangle_radio_selector"
- android:button="@null"
- android:lineSpacingExtra="4sp"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
- android:text="@string/one_year"
- android:textAlignment="center"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="12sp"
- />
- </RadioGroup>
- <RadioGroup
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="25dp"
- android:orientation="horizontal">
- <RadioButton
- android:id="@+id/radio_button_user"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="25dp"
- android:background="@null"
- android:button="@null"
- android:drawableLeft="@drawable/my_faq_radio_selector"
- android:drawablePadding="8dp"
- android:lineSpacingExtra="6sp"
- android:text="@string/all"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="14sp"
- />
- <RadioButton
- android:id="@+id/radio_button_coupon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="25dp"
- android:background="@null"
- android:button="@null"
- android:drawableLeft="@drawable/my_faq_radio_selector"
- android:drawablePadding="8dp"
- android:lineSpacingExtra="6sp"
- android:text="@string/saving"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="14sp"
- />
- <RadioButton
- android:id="@+id/radio_benefit"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="25dp"
- android:background="@null"
- android:button="@null"
- android:drawableLeft="@drawable/my_faq_radio_selector"
- android:drawablePadding="8dp"
- android:lineSpacingExtra="6sp"
- android:text="@string/use"
- android:textColor="@drawable/my_faq_radio_text_selector"
- android:textSize="14sp"
- />
- </RadioGroup>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="19dp"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- >
- <ImageView
- android:layout_width="2dp"
- android:layout_height="2dp"
- android:layout_gravity="center"
- android:layout_marginRight="5dp"
- android:src="@drawable/rectangle"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="4sp"
- android:text="@string/select_coin_possible_message"
- android:textColor="#999999"
- android:textSize="12sp"
- />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <android.support.v7.widget.RecyclerView
- android:id="@+id/recycler_view_coin_list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginStart="25dp"
- android:layout_marginEnd="25dp"/>
- </LinearLayout>
|