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-xlarge/f_about.xml | 41 ++++++++++++++++-------------- 1 file changed, 22 insertions(+), 19 deletions(-) (limited to 'app/src/main/res/layout-xlarge/f_about.xml') diff --git a/app/src/main/res/layout-xlarge/f_about.xml b/app/src/main/res/layout-xlarge/f_about.xml index f2432e04..96156a71 100644 --- a/app/src/main/res/layout-xlarge/f_about.xml +++ b/app/src/main/res/layout-xlarge/f_about.xml @@ -4,7 +4,10 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:layout_marginLeft="12sp" + android:layout_marginLeft="@dimen/stdpadding" + android:layout_marginStart="@dimen/stdpadding" + android:layout_marginEnd="@dimen/stdpadding" + android:layout_marginRight="@dimen/stdpadding" tools:context=".base.MainActivity" > + android:layout_height="12dp" /> + android:layout_height="12dp" /> + android:layout_height="18dp" /> + android:layout_height="12dp" /> + android:layout_height="18dp" /> + 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" /> + android:layout_height="20dp" /> + android:layout_height="20dp" />