mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
15 lines
No EOL
492 B
XML
15 lines
No EOL
492 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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=".MainActivity"
|
|
>
|
|
|
|
<item
|
|
android:id="@+id/share_app_icon"
|
|
android:title="@string/share_app_title"
|
|
android:icon="@drawable/ic_share_black_24dp"
|
|
android:orderInCategory="1"
|
|
app:showAsAction="ifRoom"
|
|
/>
|
|
</menu> |