67 lines
2.5 KiB
XML
67 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:id="@+id/forward_privacy"
|
|
style="@style/common_setting_card_style">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/read_privacy"
|
|
style="@style/setting_item_text"/>
|
|
<ImageView
|
|
android:layout_marginRight="@dimen/common_16dp"
|
|
style="@style/setting_arrows"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:id="@+id/child_privacy"
|
|
style="@style/common_setting_card_style">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/read_child_privaty_policy"
|
|
style="@style/setting_item_text"/>
|
|
<ImageView
|
|
android:layout_marginRight="@dimen/common_16dp"
|
|
style="@style/setting_arrows"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:id="@+id/suggest_ll"
|
|
style="@style/common_setting_card_style">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/setting_suggest"
|
|
style="@style/setting_item_text"/>
|
|
<ImageView
|
|
android:layout_marginRight="@dimen/common_16dp"
|
|
style="@style/setting_arrows"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:id="@+id/reset_accredit"
|
|
style="@style/common_setting_card_style">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/legal_reset_agree"
|
|
style="@style/setting_item_text"/>
|
|
<ImageView
|
|
android:layout_marginRight="@dimen/common_16dp"
|
|
style="@style/setting_arrows"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:id="@+id/logout"
|
|
style="@style/common_setting_card_style">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/close_account"
|
|
style="@style/setting_item_text"/>
|
|
<ImageView
|
|
android:layout_marginRight="@dimen/common_16dp"
|
|
style="@style/setting_arrows"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|