зеркало из https://github.com/mozilla/Jisort.git
Fix menu resource not referring to showAsAction with app compat namespace
This commit is contained in:
Родитель
b8a900bab2
Коммит
bdd4bc5fda
|
@ -1,8 +1,8 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<!-- Adds an item to the list. -->
|
||||
<item android:id="@+id/action_previous"
|
||||
android:title="@string/action_previous"
|
||||
android:showAsAction="ifRoom|withText" />
|
||||
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
</menu>
|
Загрузка…
Ссылка в новой задаче