mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Place Feedback menu item below Settings
As per https://material.io/guidelines/patterns/settings.html#settings-placement
This commit is contained in:
parent
ef9799ec07
commit
95da8e7c5f
1 changed files with 4 additions and 4 deletions
|
|
@ -18,10 +18,6 @@
|
||||||
android:title="@string/menu_refresh"
|
android:title="@string/menu_refresh"
|
||||||
app:showAsAction="never"
|
app:showAsAction="never"
|
||||||
/>
|
/>
|
||||||
<item android:id="@+id/menu_feedback"
|
|
||||||
android:title="@string/menu_feedback"
|
|
||||||
app:showAsAction="never"
|
|
||||||
/>
|
|
||||||
<item android:id="@+id/menu_about"
|
<item android:id="@+id/menu_about"
|
||||||
android:title="@string/menu_about"
|
android:title="@string/menu_about"
|
||||||
app:showAsAction="never"
|
app:showAsAction="never"
|
||||||
|
|
@ -30,5 +26,9 @@
|
||||||
android:title="@string/menu_settings"
|
android:title="@string/menu_settings"
|
||||||
app:showAsAction="never"
|
app:showAsAction="never"
|
||||||
/>
|
/>
|
||||||
|
<item android:id="@+id/menu_feedback"
|
||||||
|
android:title="@string/menu_feedback"
|
||||||
|
app:showAsAction="never"
|
||||||
|
/>
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue