diff options
-rw-r--r-- | app/src/main/res/layout-xlarge/about.xml | 16 | ||||
-rw-r--r-- | app/src/main/res/values/untranslatable.xml | 2 |
2 files changed, 11 insertions, 7 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> diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index 39d0de36..6e4472af 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -12,7 +12,7 @@ Copyright © 1998-2008 The OpenSSL Project. All rights reserved.\n\n This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)\n Copyright © 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.</string> - <string name="copyright_okhttp" translatable="false">Copyright Copyright 2016 Square, Inc.</string> + <string name="copyright_okhttp" translatable="false">Copyright © 2016 Square, Inc.</string> <string name="okhttp" translatable="false">OkHttp</string> <string name="openvpn" translatable="false">OpenVPN</string> <string name="lzo" translatable="false">LZO</string> |