23 lines
No EOL
897 B
XML
23 lines
No EOL
897 B
XML
<?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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:layout_width="56dp"
|
|
android:layout_height="56dp"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="36dp"
|
|
android:layout_marginBottom="36dp"
|
|
app:srcCompat="@drawable/ic_folder_24" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginEnd="24dp"
|
|
android:text="@string/BackupDialog_to_enable_backups_choose_a_folder"
|
|
android:textAppearance="@style/Signal.Text.Body" />
|
|
</LinearLayout> |