diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_add_sync.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_add_sync.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_add_sync.xml b/app/src/main/res/layout/fragment_add_sync.xml new file mode 100644 index 0000000..ef85b76 --- /dev/null +++ b/app/src/main/res/layout/fragment_add_sync.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:context=".AddSyncFragment"> + <androidx.constraintlayout.widget.ConstraintLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:padding="16dp"> + +</androidx.constraintlayout.widget.ConstraintLayout> +</androidx.core.widget.NestedScrollView> |
