]> hydra-www.ietfng.org Git - acmetensortoys-ctfws-android/commitdiff
Small fixes
authorNathaniel Wesley Filardo <nwfilardo@gmail.com>
Tue, 2 Jun 2020 19:15:20 +0000 (20:15 +0100)
committerNathaniel Wesley Filardo <nwfilardo@gmail.com>
Tue, 1 Mar 2022 18:50:25 +0000 (18:50 +0000)
mobile/src/main/assets/licenses.html
mobile/src/main/res/menu/mainmenu.xml
mobile/src/main/res/xml/preferences.xml

index 19c31c70b9cfe5d9cb78ca269fc0da713bf041e8..7e3fd84b3fe375f1f34eb49be1ce932b0ce4fe6b 100644 (file)
@@ -17,7 +17,7 @@ Foundation's website:
 
 The application itself is licensed under the GNU Affero General Public License, Version 3,
 reproduced <A HREF="#agpl3">here</a>.  Authoritative copies of the license text
-is available at
+are available at
 <A HREF="https://www.gnu.org/licenses/agpl-3.0.en.html">https://www.gnu.org/licenses/agpl-3.0.en.html</A>
 
 <H1>License Text</H1>
index 05c1a577c71fb7adf936221c1182381d496ca2eb..d7121fb1af0d2ea4d29147d86fe593655b9a1d81 100644 (file)
@@ -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" />
     <item
         android:id="@+id/mainmenu_reconn"
         android:checkable="false"
         android:enabled="true"
         android:icon="@android:drawable/ic_menu_help"
         android:title="@string/menutext_about"
-        android:visible="true" />
+        android:visible="true"
+        app:showAsAction="never" />
     <item
         android:id="@+id/mainmenu_quit"
         android:enabled="true"
         android:icon="@android:drawable/ic_menu_close_clear_cancel"
         android:title="@string/menutext_quit"
-        android:visible="true" />
-</menu>
\ No newline at end of file
+        android:visible="true"
+        app:showAsAction="never" />
+</menu>
index 98c4949cbc5e3bc13e5e00ad33e7dca93ad7bcce..8e7540fdf089b7119b0c4e22da9bb546642c4aff 100644 (file)
@@ -53,7 +53,7 @@
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
         android:defaultValue="true"\r
-        android:key="prf_vibr_mesg"\r
+        android:key="prf_sound_mesg"\r
         android:title="@string/preftext_sound_mesg" />\r
 \r
     </PreferenceCategory>\r