|
|
@@ -5,7 +5,9 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -15,9 +17,6 @@
|
|
|
android:id="@+id/image_view_setting_menu_icon"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="24dp"
|
|
|
- android:layout_marginTop="23dp"
|
|
|
- android:layout_marginBottom="26dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
@@ -28,24 +27,21 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="8dp"
|
|
|
- android:layout_marginTop="23dp"
|
|
|
- android:layout_marginBottom="27dp"
|
|
|
+ android:text="@string/setting_menu3"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toEndOf="@+id/image_view_setting_menu_icon"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- android:text="@string/setting_menu3"/>
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_setting_menu_accordion"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="31dp"
|
|
|
- android:layout_marginEnd="30dp"
|
|
|
android:layout_marginBottom="31dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:srcCompat="@drawable/icon_arcordion_open_arrow"/>
|
|
|
+ app:srcCompat="@drawable/icon_arcordion_open_arrow"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
<com.github.aakira.expandablelayout.ExpandableRelativeLayout
|
|
|
@@ -56,55 +52,72 @@
|
|
|
app:ael_expanded="false"
|
|
|
>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- <TextView
|
|
|
- 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="23dp"
|
|
|
- android:text="PUSH 수신 설정"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="PUSH 수신 설정"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"/>
|
|
|
|
|
|
- <Switch
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginTop="23dp"
|
|
|
- android:layout_marginEnd="39dp"/>
|
|
|
+ <Switch
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="22dp"
|
|
|
- android:layout_marginTop="64dp"
|
|
|
- android:text="PUSH 마케팅 수신 설정"/>
|
|
|
+ android:layout_marginTop="45dp">
|
|
|
|
|
|
- <Switch
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginTop="64dp"
|
|
|
- android:layout_marginEnd="39dp"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="PUSH 마케팅 수신 설정"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"/>
|
|
|
|
|
|
- <TextView
|
|
|
- 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="104dp"
|
|
|
- android:text="위치기반서비스 이용 설정"/>
|
|
|
+ <Switch
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <Switch
|
|
|
- android:id="@+id/switch1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginTop="104dp"
|
|
|
- android:layout_marginEnd="39dp"/>
|
|
|
+ android:layout_marginTop="85dp"
|
|
|
+ android:layout_marginBottom="28dp"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="위치기반서비스 이용 설정"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"/>
|
|
|
+
|
|
|
+ <Switch
|
|
|
+ android:id="@+id/switch1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"/>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
|
|
|
</com.github.aakira.expandablelayout.ExpandableRelativeLayout>
|
|
|
|