|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
+<ScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -9,247 +9,287 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="32dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:layout_marginBottom="23dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <RadioGroup
|
|
|
- android:id="@+id/radio_group_my_faq_category"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="32dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="23dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/radio_button_user"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/radio_group_my_faq_category"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/user"
|
|
|
- android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/radio_button_coupon"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/coupon"
|
|
|
- android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/radio_button_user"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/user"
|
|
|
+ android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/radio_benefit"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
- android:drawablePadding="8dp"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/benefit"
|
|
|
- android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/radio_button_coupon"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/coupon"
|
|
|
+ android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/radio_button_other"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/radio_benefit"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/benefit"
|
|
|
+ android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/radio_button_other"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@null"
|
|
|
+ android:button="@null"
|
|
|
+ android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
+ android:drawablePadding="8dp"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/other"
|
|
|
+ android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+ </RadioGroup>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:background="@drawable/faq_text_border"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/edit_text_my_faq_write_contents"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="209dp"
|
|
|
android:background="@null"
|
|
|
- android:button="@null"
|
|
|
- android:drawableLeft="@drawable/my_faq_radio_selector"
|
|
|
- android:drawablePadding="8dp"
|
|
|
+ android:gravity="top"
|
|
|
+ android:inputType="textMultiLine"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/other"
|
|
|
- android:textColor="@drawable/my_faq_radio_text_selector"
|
|
|
+ android:maxLength="2000"
|
|
|
+ android:padding="13dp"
|
|
|
android:textSize="14sp"
|
|
|
/>
|
|
|
- </RadioGroup>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:background="@drawable/faq_text_border"
|
|
|
- android:orientation="vertical">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_view_faq_write_current_character"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginEnd="56dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="@color/CF27824"
|
|
|
+ android:textSize="12sp"
|
|
|
+ tools:text="51"/>
|
|
|
|
|
|
- <EditText
|
|
|
- android:id="@+id/edit_text_my_faq_write_contents"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="209dp"
|
|
|
- android:background="@null"
|
|
|
- android:gravity="top"
|
|
|
- android:inputType="textMultiLine"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:maxLength="2000"
|
|
|
- android:padding="13dp"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginEnd="13dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:gravity="end"
|
|
|
+ android:text="@string/my_faq_write_character"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"/>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/CE5E5E5"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="13dp"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
+ android:layout_marginBottom="13dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/my_faq_device_information"
|
|
|
+ android:textColor="@color/C666666"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ >
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="2dp"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginStart="0dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:src="@drawable/rectangle"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/text_view_faq_write_current_character"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginEnd="56dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@color/CF27824"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginStart="6dp"
|
|
|
+ android:layout_marginTop="0dp"
|
|
|
+ android:lineSpacingExtra="3sp"
|
|
|
+ android:text="@string/my_faq_notice1"
|
|
|
+ android:textColor="#999999"
|
|
|
android:textSize="12sp"
|
|
|
- tools:text="51"/>
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ >
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="2dp"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginStart="0dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:src="@drawable/rectangle"/>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginEnd="13dp"
|
|
|
- android:layout_marginBottom="10dp"
|
|
|
- android:gravity="end"
|
|
|
- android:text="@string/my_faq_write_character"
|
|
|
- android:textColor="@color/C999999"
|
|
|
- android:textSize="12sp"/>
|
|
|
-
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_marginStart="6dp"
|
|
|
+ android:layout_marginTop="0dp"
|
|
|
+ android:lineSpacingExtra="3sp"
|
|
|
+ android:text="@string/my_faq_notice2"
|
|
|
+ android:textColor="#999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@color/CE5E5E5"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="35dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="25dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="4">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
+ <Button
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="13dp"
|
|
|
- android:layout_marginTop="13dp"
|
|
|
- android:layout_marginBottom="13dp"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:text="@string/my_faq_device_information"
|
|
|
- android:textColor="@color/C666666"
|
|
|
- android:textSize="12sp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/input_black_border"
|
|
|
+ android:text="@string/cancel"
|
|
|
/>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="15dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- >
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="2dp"
|
|
|
- android:layout_height="2dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="0dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:src="@drawable/rectangle"/>
|
|
|
+ <Button
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@color/C000000"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/registration"
|
|
|
+ android:textColor="@color/CFFFFFF"
|
|
|
+ android:textSize="15sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="6dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:lineSpacingExtra="3sp"
|
|
|
- android:text="@string/my_faq_notice1"
|
|
|
- android:textColor="#999999"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- >
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="2dp"
|
|
|
- android:layout_height="2dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="0dp"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:src="@drawable/rectangle"/>
|
|
|
+ android:background="@color/CF8F8F8"
|
|
|
+ android:gravity="bottom">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="6dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:lineSpacingExtra="3sp"
|
|
|
- android:text="@string/my_faq_notice2"
|
|
|
- android:textColor="#999999"
|
|
|
- android:textSize="12sp"
|
|
|
- />
|
|
|
- </RelativeLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
+ android:layout_marginBottom="19dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/my_faq_push_setting"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:layout_marginBottom="25dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:weightSum="4">
|
|
|
-
|
|
|
- <Button
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="bottom"
|
|
|
- android:layout_marginEnd="4dp"
|
|
|
- android:layout_weight="2"
|
|
|
- android:background="@drawable/input_black_border"
|
|
|
- android:text="@string/cancel"
|
|
|
- />
|
|
|
-
|
|
|
- <Button
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="bottom"
|
|
|
- android:layout_marginStart="4dp"
|
|
|
- android:layout_weight="2"
|
|
|
- android:background="@color/C000000"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/registration"
|
|
|
- android:textColor="@color/CFFFFFF"
|
|
|
- android:textSize="15sp"
|
|
|
- />
|
|
|
+ <Switch
|
|
|
+ android:id="@+id/switch_push_on_off"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="22dp"
|
|
|
+ android:background="@drawable/switch_track_selector"
|
|
|
+ android:switchMinWidth="46dp"
|
|
|
+ android:thumb="@drawable/switch_thumb_selector"
|
|
|
+ />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
</LinearLayout>
|
|
|
-</LinearLayout>
|
|
|
+</ScrollView>
|