|
|
@@ -0,0 +1,137 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ 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"
|
|
|
+ android:paddingStart="23dp"
|
|
|
+ android:paddingTop="23dp"
|
|
|
+ android:paddingBottom="23dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_my_faq_category"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="10sp"
|
|
|
+ tools:text="회원"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_my_faq_question"
|
|
|
+ android:layout_width="317dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/text_view_my_faq_category"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginEnd="50dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:maxLines="3"
|
|
|
+ android:text="@string/my_faq_question"
|
|
|
+ android:textColor="@color/C333333"
|
|
|
+ android:textSize="14sp"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_answer_success"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/text_view_my_faq_question"
|
|
|
+ android:layout_alignStart="@+id/text_view_my_faq_category"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/my_faq_answer_success"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
+ android:textSize="11sp"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_question_date"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/text_view_my_faq_question"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
+ android:layout_toEndOf="@+id/text_view_answer_success"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ tools:text="@string/my_faq_answer_success_date"/>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/button_open_arrow"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginEnd="2dp"
|
|
|
+ android:paddingStart="20dp"
|
|
|
+ android:paddingTop="20dp"
|
|
|
+ android:paddingEnd="20dp"
|
|
|
+ android:paddingBottom="20dp"
|
|
|
+ android:scaleType="center"
|
|
|
+ app:srcCompat="@drawable/icon_openarrow"/>
|
|
|
+
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ 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"
|
|
|
+ >
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="23dp"
|
|
|
+ android:paddingEnd="23dp"
|
|
|
+
|
|
|
+ >
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginBottom="23dp"
|
|
|
+ android:background="@color/CE5E5E5"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_my_faq_answer"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="9sp"
|
|
|
+ android:text="@string/my_faq_answer"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_answer_date"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="26dp"
|
|
|
+ android:layout_marginBottom="23dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="11sp"
|
|
|
+ tools:text="2018.07.20"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+</LinearLayout>
|