|
|
@@ -1,68 +1,68 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/faq_answer_border"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
-<RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:id="@+id/faq_category"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="22dp"
|
|
|
- android:layout_marginTop="22dp"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:textColor="@color/C999999"
|
|
|
- android:textSize="10sp"
|
|
|
- tools:text="회원"/>
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/faq_question"
|
|
|
- android:layout_width="317dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginBottom="22dp"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/faq_category"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginStart="22dp"
|
|
|
+ android:layout_marginTop="22dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="10sp"
|
|
|
+ tools:text="회원"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/faq_question"
|
|
|
+ android:layout_width="317dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginBottom="22dp"
|
|
|
|
|
|
- android:layout_marginStart="22dp"
|
|
|
- android:layout_marginTop="44dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
- android:maxLines="3"
|
|
|
- android:textColor="@color/C333333"
|
|
|
- android:textSize="14sp"
|
|
|
- android:layout_marginEnd="50dp"
|
|
|
- tools:text="@string/sign_up_from_zumo_description"/>
|
|
|
+ android:layout_marginEnd="50dp"
|
|
|
+ android:layout_marginStart="22dp"
|
|
|
+ android:layout_marginTop="44dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:maxLines="3"
|
|
|
+ android:textColor="@color/C333333"
|
|
|
+ android:textSize="14sp"
|
|
|
+ tools:text="@string/sign_up_from_zumo_description"/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/button_open_arrow"
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="20dp"
|
|
|
- android:padding="5dp"
|
|
|
- android:scaleType="center"
|
|
|
- app:srcCompat="@drawable/icon_openarrow"/>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/button_open_arrow"
|
|
|
+ android:layout_width="21dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginEnd="20dp"
|
|
|
+ android:padding="5dp"
|
|
|
+ android:scaleType="center"
|
|
|
+ app:srcCompat="@drawable/icon_openarrow"/>
|
|
|
|
|
|
|
|
|
-</RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <com.github.aakira.expandablelayout.ExpandableRelativeLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:id="@+id/layout_answer"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
- android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
+ app:ael_expanded="false"
|
|
|
>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -92,6 +92,6 @@
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ </com.github.aakira.expandablelayout.ExpandableRelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|