mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fix settings menu warning
This commit is contained in:
parent
d6b07b7f40
commit
7c63219801
@ -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…
Reference in New Issue
Block a user