Browse Source

Layout fixes

main
M66B 5 years ago
parent
commit
cd3bbc911a
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      app/src/main/res/layout/fragment_about.xml
  2. +1
    -1
      app/src/main/res/layout/fragment_account.xml
  3. +1
    -1
      app/src/main/res/layout/fragment_eula.xml
  4. +1
    -1
      app/src/main/res/layout/fragment_folder.xml
  5. +1
    -1
      app/src/main/res/layout/fragment_identity.xml
  6. +1
    -1
      app/src/main/res/layout/fragment_legend.xml
  7. +1
    -1
      app/src/main/res/layout/fragment_options.xml
  8. +1
    -1
      app/src/main/res/layout/fragment_pro.xml
  9. +1
    -1
      app/src/main/res/layout/fragment_setup.xml

+ 1
- 1
app/src/main/res/layout/fragment_about.xml View File

@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="12dp">
<TextView


+ 1
- 1
app/src/main/res/layout/fragment_account.xml View File

@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="12dp">
<!-- provider -->


+ 1
- 1
app/src/main/res/layout/fragment_eula.xml View File

@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="12dp">
<TextView


+ 1
- 1
app/src/main/res/layout/fragment_folder.xml View File

@ -10,7 +10,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="12dp">
<TextView


+ 1
- 1
app/src/main/res/layout/fragment_identity.xml View File

@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="12dp">
<!-- name -->


+ 1
- 1
app/src/main/res/layout/fragment_legend.xml View File

@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="18dp">
<ImageView


+ 1
- 1
app/src/main/res/layout/fragment_options.xml View File

@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="wrap_content">
<CheckBox
android:id="@+id/cbEnabled"


+ 1
- 1
app/src/main/res/layout/fragment_pro.xml View File

@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="12dp">
<TextView


+ 1
- 1
app/src/main/res/layout/fragment_setup.xml View File

@ -10,7 +10,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="wrap_content">
<!-- account -->


Loading…
Cancel
Save