From 28e002973b6e5dc07f959f7c4d36dfd41a2ac826 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 5 May 2022 14:32:08 +0200 Subject: fix left-right alignment in about fragment, fix space dimensions (dp instead of sp) --- app/src/main/res/layout/f_about.xml | 43 ++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/f_about.xml b/app/src/main/res/layout/f_about.xml index acf686eb..b73d2191 100644 --- a/app/src/main/res/layout/f_about.xml +++ b/app/src/main/res/layout/f_about.xml @@ -4,8 +4,11 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:layout_marginLeft="8sp" - tools:context=".base.MainActivity" > + android:layout_marginLeft="@dimen/stdpadding" + android:layout_marginStart="@dimen/stdpadding" + android:layout_marginRight="@dimen/stdpadding" + android:layout_marginEnd="@dimen/stdpadding" + tools:context=".base.MainActivity"> + android:layout_height="10dp" /> + android:layout_height="10dp" /> + android:layout_height="10dp" /> + android:layout_height="10dp" /> + android:layout_height="10dp" /> + android:layout_height="10dp" /> + android:layout_height="10dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" /> + android:layout_height="20dp" />