|
|
@@ -8,21 +8,23 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="75dp"
|
|
|
- android:layout_marginBottom="26dp"
|
|
|
+ android:layout_marginTop="55dp"
|
|
|
+ android:layout_marginBottom="16dp"
|
|
|
+ android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_first_category"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
- android:lineSpacingExtra="8sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/contents_category1"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="21sp"
|
|
|
@@ -30,17 +32,17 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_second_category"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="26dp"
|
|
|
android:gravity="center_horizontal"
|
|
|
- android:lineSpacingExtra="8sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/contents_category2"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="21sp"
|
|
|
@@ -48,17 +50,17 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="26dp"
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_third_category"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
- android:lineSpacingExtra="8sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/contents_category3"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="21sp"
|
|
|
@@ -66,17 +68,17 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="26dp"
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_fourth_category"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
- android:lineSpacingExtra="8sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/contents_category4"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="21sp"
|
|
|
@@ -84,17 +86,17 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="26dp"
|
|
|
+ android:layout_marginBottom="6dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_fifth_category"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
- android:lineSpacingExtra="8sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/contents_category5"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="21sp"
|