commit 55e08b9de475b9bf6051c8c80cbf9dde3026773e Author: Nathan Freitas nathan@freitas.net Date: Sun Sep 25 18:49:20 2016 -0400
tweak homescreen layout and strings --- app/src/main/res/layout/layout_main.xml | 3 ++- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml index 4a041c3..35dddc4 100644 --- a/app/src/main/res/layout/layout_main.xml +++ b/app/src/main/res/layout/layout_main.xml @@ -208,7 +208,8 @@ android:layout_gravity="center_horizontal|center_vertical"/> android:id="@+id/spinnerCountry" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_weight="1" /> + android:layout_weight="1" + /> </LinearLayout> </LinearLayout> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 59fcb77..bef8abe 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -296,7 +296,7 @@ <string name="you_do_not_have_root_access_enabled">You do not have ROOT access enabled</string> <string name="you_may_need_to_stop_and_start_orbot_for_settings_change_to_be_enabled_">You may need to stop and start Orbot for settings change to be enabled.</string>
- <string name="menu_vpn">VPN</string> + <string name="menu_vpn">Apps</string>
<string name="kbps">kbps</string>
tor-commits@lists.torproject.org