mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add a settings screen, with a preference to disable tracking
This commit is contained in:
parent
3ba54daf4f
commit
1b89d96943
7 changed files with 42 additions and 6 deletions
|
|
@ -11,4 +11,10 @@
|
|||
android:showAsAction="always|withText"
|
||||
android:icon="@android:drawable/ic_menu_gallery"
|
||||
/>
|
||||
<item android:id="@+id/menu_settings"
|
||||
android:title="@string/menu_settings"
|
||||
android:showAsAction="never"
|
||||
android:icon="@android:drawable/ic_menu_preferences"
|
||||
/>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue