Pavle_nis

menu_main

Feb 5th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.64 KB | None | 0 0
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2.       xmlns:app="http://schemas.android.com/apk/res-auto"
  3.       xmlns:tools="http://schemas.android.com/tools"
  4.       tools:context="com.example.pavle.actionbaritems.MainActivity">
  5.     <item
  6.         android:id="@+id/action_settings"
  7.         android:orderInCategory="100"
  8.         android:title="@string/action_settings"
  9.         app:showAsAction="never"/>
  10.     <item
  11.         android:id="@+id/action_cable"
  12.         android:orderInCategory="1"
  13.         android:title="@string/action_cable"
  14.         app:showAsAction="ifRoom"
  15.         android:icon="@drawable/chat_message_error"/>
  16. </menu>
Advertisement
Add Comment
Please, Sign In to add comment