diff options
author | cyBerta <cyberta@riseup.net> | 2017-11-09 17:21:49 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-11-09 17:40:02 +0100 |
commit | bd49ce4456af6b71ef8aea96d58aae5baaab069a (patch) | |
tree | 563c6bd7c474c6ed26f1650a3b7139b001536c29 /app/src/main/res/layout-xlarge | |
parent | 35bcd6195f09c785c7a03bab799c58bf2a5dd591 (diff) |
8784 fix worst issues in about layout for tablets
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/about.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/app/src/main/res/layout-xlarge/about.xml b/app/src/main/res/layout-xlarge/about.xml index 71649eae..227da8b0 100644 --- a/app/src/main/res/layout-xlarge/about.xml +++ b/app/src/main/res/layout-xlarge/about.xml @@ -16,7 +16,7 @@ android:id="@+id/version" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textSize="18sp" /> + android:textSize="24sp" /> <Space android:layout_width="match_parent" @@ -39,15 +39,17 @@ android:textSize="18sp" android:autoLink="all" android:text="@string/repository_url_text" /> + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" + android:textSize="18sp" android:autoLink="all" android:text="@string/leap_tracker" /> <Space android:layout_width="match_parent" - android:layout_height="12sp" /> + android:layout_height="18sp" /> <TextView android:layout_width="match_parent" @@ -79,12 +81,12 @@ <Space android:layout_width="match_parent" - android:layout_height="12sp" /> + android:layout_height="20sp" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:textSize="18sp" + android:textSize="24sp" android:text="@string/openvpn" android:textAppearance="?android:attr/textAppearanceMedium" /> <!-- @@ -108,7 +110,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:textSize="18sp" + android:textSize="24sp" android:text="@string/lzo" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -125,7 +127,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:textSize="18sp" + android:textSize="24sp" android:text="@string/openssl" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -142,11 +144,13 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/okhttp" + android:textSize="24sp" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" + android:textSize="18sp" android:text="@string/copyright_okhttp" /> </LinearLayout> |