mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 18:31:40 +00:00
23 lines
876 B
XML
23 lines
876 B
XML
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="24dp"
|
||
|
|
android:layout_marginTop="12dp"
|
||
|
|
android:layout_marginEnd="24dp"
|
||
|
|
android:layout_marginBottom="4dp"
|
||
|
|
android:text="@string/download_storage_dialog_summary" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="24dp"
|
||
|
|
android:layout_marginTop="8dp"
|
||
|
|
android:layout_marginEnd="24dp"
|
||
|
|
android:layout_marginBottom="4dp"
|
||
|
|
android:text="@string/download_storage_dialog_sub_summary" />
|
||
|
|
</LinearLayout>
|