mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add minimal About activity
This commit is contained in:
parent
73226fcd95
commit
b62f14c7c7
6 changed files with 100 additions and 0 deletions
|
|
@ -16,5 +16,10 @@
|
|||
android:showAsAction="never"
|
||||
android:icon="@android:drawable/ic_menu_preferences"
|
||||
/>
|
||||
<item android:id="@+id/menu_about"
|
||||
android:title="@string/menu_about"
|
||||
android:showAsAction="never"
|
||||
/>
|
||||
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue