mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Switch to Dark Action Bar theme
This commit is contained in:
parent
9724bfd8f5
commit
9139f29716
3 changed files with 10 additions and 10 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/menu_from_gallery"
|
||||
android:title="@string/menu_from_gallery"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="always"
|
||||
android:icon="@android:drawable/ic_menu_gallery"
|
||||
/>
|
||||
<item android:id="@+id/menu_from_camera"
|
||||
android:title="@string/menu_from_camera"
|
||||
android:orderInCategory="200"
|
||||
android:showAsAction="always"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="always|withText"
|
||||
android:icon="@android:drawable/ic_menu_camera"
|
||||
/>
|
||||
<item android:id="@+id/menu_from_gallery"
|
||||
android:title="@string/menu_from_gallery"
|
||||
android:orderInCategory="200"
|
||||
android:showAsAction="always|withText"
|
||||
android:icon="@android:drawable/ic_menu_gallery"
|
||||
/>
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue