summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2023-10-31 22:42:24 +0100
committercyBerta <cyberta@riseup.net>2023-10-31 22:42:24 +0100
commit1d2b7f35e6fc4db30d63497bee94faecdd034e63 (patch)
tree3d3150b5db89fd65ab5230b6e6034232afe9f8be
parent482fb088c37e9031aad8c9a92adaa29845b6dbf9 (diff)
fix padding in about screen
-rw-r--r--app/src/main/res/layout-xlarge/f_about.xml9
-rw-r--r--app/src/main/res/layout/f_about.xml9
2 files changed, 8 insertions, 10 deletions
diff --git a/app/src/main/res/layout-xlarge/f_about.xml b/app/src/main/res/layout-xlarge/f_about.xml
index 90a263a0..4e0d7342 100644
--- a/app/src/main/res/layout-xlarge/f_about.xml
+++ b/app/src/main/res/layout-xlarge/f_about.xml
@@ -6,16 +6,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:layout_marginLeft="@dimen/stdpadding"
- android:layout_marginStart="@dimen/stdpadding"
- android:layout_marginEnd="@dimen/stdpadding"
- android:layout_marginRight="@dimen/stdpadding"
tools:context=".base.MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:paddingHorizontal="@dimen/activity_horizontal_margin"
+ android:paddingVertical="@dimen/activity_vertical_margin"
+ >
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/version"
diff --git a/app/src/main/res/layout/f_about.xml b/app/src/main/res/layout/f_about.xml
index 190ac758..28f89adf 100644
--- a/app/src/main/res/layout/f_about.xml
+++ b/app/src/main/res/layout/f_about.xml
@@ -6,16 +6,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:layout_marginLeft="@dimen/stdpadding"
- android:layout_marginStart="@dimen/stdpadding"
- android:layout_marginRight="@dimen/stdpadding"
- android:layout_marginEnd="@dimen/stdpadding"
tools:context=".base.MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:paddingHorizontal="@dimen/activity_horizontal_margin"
+ android:paddingVertical="@dimen/activity_vertical_margin"
+ >
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/version"