mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
#13 add an option to force language X
This commit is contained in:
parent
aa1893c36c
commit
f0cd86b7a5
29 changed files with 184 additions and 2 deletions
|
|
@ -28,6 +28,10 @@
|
|||
android:id="@+id/theme"
|
||||
android:title="@string/theme"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/preferences_language"
|
||||
android:title="@string/preferences_language"
|
||||
app:showAsAction="withText" />
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
android:title="@string/about"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue