Created
January 5, 2015 23:25
-
-
Save johnybot/e9fa495b9ea03be742ac to your computer and use it in GitHub Desktop.
Overflow fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<menu xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto"> | |
<item android:id="@+id/menu_compose" | |
android:icon="@drawable/header_icon_compose_normal" | |
app:showAsAction="ifRoom" | |
android:title="@string/menu_action_compose" /> | |
</menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment