Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created September 14, 2017 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/185573edfb0facbab03af97798bf25cb to your computer and use it in GitHub Desktop.
Save jezinka/185573edfb0facbab03af97798bf25cb to your computer and use it in GitHub Desktop.
<item
android:icon="@drawable/ic_light_bulb"
android:title="@string/fill_list"
app:showAsAction="always">
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/fill_list_item"
android:icon="@drawable/ic_light_bulb_bright"
android:title="@string/fill_list" />
<item
android:id="@+id/fill_list_empty_item"
android:icon="@drawable/ic_light_bulb"
android:title="@string/fill_only_empty_list" />
</menu>
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment