From ec0371a119668ad4fb17931e1760fa30fcd9d06f Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 2 Jun 2020 20:15:20 +0100 Subject: [PATCH] Small fixes --- mobile/src/main/assets/licenses.html | 2 +- mobile/src/main/res/menu/mainmenu.xml | 11 +++++++---- mobile/src/main/res/xml/preferences.xml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/mobile/src/main/assets/licenses.html b/mobile/src/main/assets/licenses.html index 19c31c7..7e3fd84 100644 --- a/mobile/src/main/assets/licenses.html +++ b/mobile/src/main/assets/licenses.html @@ -17,7 +17,7 @@ Foundation's website: The application itself is licensed under the GNU Affero General Public License, Version 3, reproduced here. Authoritative copies of the license text -is available at +are available at https://www.gnu.org/licenses/agpl-3.0.en.html

License Text

diff --git a/mobile/src/main/res/menu/mainmenu.xml b/mobile/src/main/res/menu/mainmenu.xml index 05c1a57..d7121fb 100644 --- a/mobile/src/main/res/menu/mainmenu.xml +++ b/mobile/src/main/res/menu/mainmenu.xml @@ -22,7 +22,8 @@ android:enabled="true" android:icon="@android:drawable/ic_menu_manage" android:title="@string/menutext_prf" - android:visible="true" /> + android:visible="true" + app:showAsAction="never" /> + android:visible="true" + app:showAsAction="never" /> - \ No newline at end of file + android:visible="true" + app:showAsAction="never" /> + diff --git a/mobile/src/main/res/xml/preferences.xml b/mobile/src/main/res/xml/preferences.xml index 98c4949..8e7540f 100644 --- a/mobile/src/main/res/xml/preferences.xml +++ b/mobile/src/main/res/xml/preferences.xml @@ -53,7 +53,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:defaultValue="true" - android:key="prf_vibr_mesg" + android:key="prf_sound_mesg" android:title="@string/preftext_sound_mesg" /> -- 2.50.1