misp-bump/app/src/main/res/layout/dialog_select_delete_data.xml

29 lines
968 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="vertical">
<android.support.v7.widget.AppCompatCheckBox
android:layout_margin="16dp"
android:id="@+id/check_synced_partner_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Clear synced partner list"/>
<android.support.v7.widget.AppCompatCheckBox
android:layout_margin="16dp"
android:id="@+id/check_credentials"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Clear credentials"/>
<android.support.v7.widget.AppCompatCheckBox
android:layout_margin="16dp"
android:id="@+id/check_user_preferences"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Clear app settings"/>
</LinearLayout>