| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- 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:layout_marginTop="75dp"
- android:layout_marginBottom="26dp"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="8sp"
- android:text="@string/contents_category1"
- android:textColor="@color/C000000"
- android:textSize="21sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="26dp"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="8sp"
- android:text="@string/contents_category2"
- android:textColor="@color/C000000"
- android:textSize="21sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="26dp"
- android:orientation="vertical">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="8sp"
- android:text="@string/contents_category3"
- android:textColor="@color/C000000"
- android:textSize="21sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="26dp"
- android:orientation="vertical">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="8sp"
- android:text="@string/contents_category4"
- android:textColor="@color/C000000"
- android:textSize="21sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="26dp"
- android:orientation="vertical">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:lineSpacingExtra="8sp"
- android:text="@string/contents_category5"
- android:textColor="@color/C000000"
- android:textSize="21sp"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="124dp"
- android:orientation="vertical">
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/CEBEBEB"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="16dp"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:padding="10dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="16dp"
- android:gravity="center"
- android:lineSpacingExtra="5.5sp"
- android:text="@string/menu_category1"
- android:textColor="@color/C000000"
- android:textSize="15sp"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="10dp"
- android:layout_marginEnd="16dp"
- android:gravity="center"
- android:lineSpacingExtra="5.5sp"
- android:text="@string/menu_category2"
- android:textColor="@color/C000000"
- android:textSize="15sp"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="10dp"
- android:gravity="center"
- android:lineSpacingExtra="5.5sp"
- android:text="@string/menu_category3"
- android:textColor="@color/C000000"
- android:textSize="15sp"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="5dp"
- android:layout_marginTop="21dp"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="12sp"
- android:padding="10dp"
- android:textColor="@color/C999999"
- android:lineSpacingExtra="3sp"
- android:text="@string/introduce_life_plus"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:layout_marginStart="11dp"
- android:layout_marginEnd="11dp"
- android:textSize="12sp"
- android:textColor="@color/CEBEBEB"
- android:lineSpacingExtra="3sp"
- android:text="|"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="10dp"
- android:text="@string/faq"
- android:textSize="12sp"
- android:textColor="@color/C999999"
- android:lineSpacingExtra="3sp"/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|