diff options
Diffstat (limited to 'app/src/main/res/layout-xlarge/f_about.xml')
-rw-r--r-- | app/src/main/res/layout-xlarge/f_about.xml | 41 |
1 files changed, 22 insertions, 19 deletions
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" > <LinearLayout @@ -20,7 +23,7 @@ <Space android:layout_width="match_parent" - android:layout_height="12sp" /> + android:layout_height="12dp" /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/terms_of_service" @@ -40,7 +43,7 @@ <Space android:layout_width="match_parent" - android:layout_height="12sp" /> + android:layout_height="12dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -58,7 +61,7 @@ <Space android:layout_width="match_parent" - android:layout_height="18sp" /> + android:layout_height="18dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -69,7 +72,7 @@ <Space android:layout_width="match_parent" - android:layout_height="12sp" /> + android:layout_height="12dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -80,7 +83,7 @@ <Space android:layout_width="match_parent" - android:layout_height="18sp" /> + android:layout_height="18dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -90,7 +93,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -114,7 +117,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -131,7 +134,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -147,7 +150,7 @@ android:text="@string/copyright_openssl" /> <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -164,7 +167,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -181,7 +184,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -198,7 +201,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -215,7 +218,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -232,7 +235,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -249,7 +252,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -266,7 +269,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -283,7 +286,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" @@ -300,7 +303,7 @@ <Space android:layout_width="match_parent" - android:layout_height="20sp" /> + android:layout_height="20dp" /> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" |