use app:ShowAsAction instead of android:ShowAsAction
This commit is contained in:
parent
b562e6bd2c
commit
a3ab1549c6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_ShareItem"
|
||||
android:showAsAction="ifRoom"
|
||||
app:showAsAction="ifRoom"
|
||||
android:icon="@android:drawable/ic_menu_share"
|
||||
android:title="@string/action_Share" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue