diff options
author | cyberta <cyberta@riseup.net> | 2022-05-06 14:26:41 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-05-06 14:26:41 +0000 |
commit | 592ec6c9243b1847e1cce022122ba9bfe655bfb6 (patch) | |
tree | b0c8540e56a6d9c5821eec406e1dfdb78e12c7c4 /app/src/main/res/layout-xlarge | |
parent | 2e1ff063a14e94fe10381de71c7c145a41e240b5 (diff) | |
parent | b7b9dc82f4c20eee1fa519b8219a8c1b8f5ff48d (diff) |
Merge branch 'update_translations' into 'master'
update translations
See merge request leap/bitmask_android!177
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-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" |