Changeset View
Changeset View
Standalone View
Standalone View
app/src/main/res/layout/fragment_test_saving.xml
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" | xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
| tools:context=".fragments.TestSavingFragment"> | tools:context=".fragments.BackupImportFragment"> | ||||
| <androidx.constraintlayout.widget.ConstraintLayout | <androidx.constraintlayout.widget.ConstraintLayout | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="match_parent"> | android:layout_height="match_parent"> | ||||
| <Button | <Button | ||||
| android:text="@string/btn_backup_message" | android:text="@string/btn_backup_message" | ||||
| android:layout_width="wrap_content" | android:layout_width="wrap_content" | ||||
| android:layout_height="wrap_content" android:id="@+id/saveButton" | android:layout_height="wrap_content" android:id="@+id/saveButton" | ||||
| ▲ Show 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | <androidx.constraintlayout.widget.ConstraintLayout | ||||
| android:layout_marginTop="18dp" | android:layout_marginTop="18dp" | ||||
| app:layout_constraintVertical_bias="0.0" | app:layout_constraintVertical_bias="0.0" | ||||
| /> | /> | ||||
| </androidx.constraintlayout.widget.ConstraintLayout> | </androidx.constraintlayout.widget.ConstraintLayout> | ||||
| </FrameLayout> | </FrameLayout> | ||||
| No newline at end of file | No newline at end of file | ||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register