|
@@ -1,6 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/faq_answer_border"
|
|
android:background="@drawable/faq_answer_border"
|
|
@@ -14,11 +15,11 @@
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="23dp"
|
|
|
|
|
- android:paddingLeft="23dp"
|
|
|
|
|
- android:paddingTop="23dp">
|
|
|
|
|
|
|
+ android:paddingStart="23dp"
|
|
|
|
|
+ android:paddingTop="23dp"
|
|
|
|
|
+ android:paddingBottom="23dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/faq_category"
|
|
android:id="@+id/faq_category"
|
|
@@ -26,68 +27,74 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="5dp"
|
|
android:layout_marginBottom="5dp"
|
|
|
android:lineSpacingExtra="4sp"
|
|
android:lineSpacingExtra="4sp"
|
|
|
- android:text="회원"
|
|
|
|
|
- android:textColor="#999999"
|
|
|
|
|
- android:textSize="10sp"/>
|
|
|
|
|
|
|
+ android:textColor="@color/C999999"
|
|
|
|
|
+ android:textSize="10sp"
|
|
|
|
|
+ tools:text="회원"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/faq_question"
|
|
android:id="@+id/faq_question"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:lineSpacingExtra="5sp"
|
|
android:lineSpacingExtra="5sp"
|
|
|
- android:textColor="#333333"
|
|
|
|
|
|
|
+ android:maxLines="3"
|
|
|
|
|
+ android:textColor="@color/C333333"
|
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
|
|
|
+ tools:text="회원"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<Space
|
|
<Space
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:gravity="end"
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/button_open_arrow"
|
|
android:id="@+id/button_open_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:paddingStart="10dp"
|
|
|
android:paddingTop="47dp"
|
|
android:paddingTop="47dp"
|
|
|
|
|
+ android:paddingEnd="23dp"
|
|
|
android:paddingBottom="47dp"
|
|
android:paddingBottom="47dp"
|
|
|
- android:paddingRight="23dp"
|
|
|
|
|
android:src="@drawable/icon_openarrow"
|
|
android:src="@drawable/icon_openarrow"
|
|
|
-
|
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
+
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- android:id="@+id/layout_answer"
|
|
|
|
|
- android:visibility="gone"
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
+ android:id="@+id/layout_answer"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
|
|
+ >
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
|
|
+ android:paddingStart="23dp"
|
|
|
|
|
+ android:paddingEnd="23dp"
|
|
|
android:paddingBottom="23dp"
|
|
android:paddingBottom="23dp"
|
|
|
- android:paddingLeft="23dp"
|
|
|
|
|
- android:paddingRight="23dp"
|
|
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
android:layout_height="1dp"
|
|
|
android:layout_marginBottom="23dp"
|
|
android:layout_marginBottom="23dp"
|
|
|
- android:background="#e5e5e5"
|
|
|
|
|
|
|
+ android:background="@color/CE5E5E5"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -95,8 +102,9 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:lineSpacingExtra="9sp"
|
|
android:lineSpacingExtra="9sp"
|
|
|
- android:textColor="#999999"
|
|
|
|
|
|
|
+ android:textColor="@color/C999999"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
|
|
+ tools:text="@string/sign_up_from_zumo_description"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|