Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- tools:context="com.example.pavle.actionbaritems.MainActivity">
- <item
- android:id="@+id/action_settings"
- android:orderInCategory="100"
- android:title="@string/action_settings"
- app:showAsAction="never"/>
- <item
- android:id="@+id/action_cable"
- android:orderInCategory="1"
- android:title="@string/action_cable"
- app:showAsAction="ifRoom"
- android:icon="@drawable/chat_message_error"/>
- </menu>
Advertisement
Add Comment
Please, Sign In to add comment