mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix settings menu warning
This commit is contained in:
parent
d6b07b7f40
commit
7c63219801
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
android:id="@+id/action_bug_report"
|
||||
android:title="@string/bug_report"
|
||||
android:icon="@drawable/ic_bug_report_24dp"
|
||||
app:showAsAction="always"/>
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_help"
|
||||
android:title="@string/help"
|
||||
android:icon="@drawable/ic_help_24dp"
|
||||
app:showAsAction="always"/>
|
||||
app:showAsAction="ifRoom"/>
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue