Skip to content

Instantly share code, notes, and snippets.

@thaiall
Created August 10, 2017 08:46
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 thaiall/eb8137794add90145d19daa9d1c2c0d8 to your computer and use it in GitHub Desktop.
Save thaiall/eb8137794add90145d19daa9d1c2c0d8 to your computer and use it in GitHub Desktop.
Android Studio : Layoutofnotification
<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.thaiall.www.layoutofnotification.MainActivity">
<item
android:id="@+id/content1"
android:orderInCategory="100"
android:title="@string/content1"
app:showAsAction="never" />
<item
android:id="@+id/content2"
android:orderInCategory="100"
android:title="@string/content2"
app:showAsAction="never" />
<item
android:id="@+id/layoutRuntime"
android:orderInCategory="100"
android:title="@string/layoutRuntime"
app:showAsAction="never" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment