diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/f_about.xml | 9 |
1 files changed, 4 insertions, 5 deletions
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" |