Created
December 26, 2013 02:21
-
-
Save benigumocom/8128952 to your computer and use it in GitHub Desktop.
DevBytes: ActionBarCompat (Japanese) - YouTube
https://www.youtube.com/watch?v=JApBHLZaNpo#t=335
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
<!-- | |
ShareActionProvider | |
android.support.v7.widget.ShareActionProvider | |
--> | |
<menu xmlns:android="http://schemas/android.com/apk/res/android" | |
xmlns:yourapp="http://schemas.android.com/apk/res-auto"> | |
<item | |
android:id="@+id/menu_share" | |
android:title="@string/menu_share" | |
yourapp:actionProviderClass="android.support.v7.widget.ShareActionProvider" | |
yourapp:showAsAction="always" /> | |
</menu> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment