1
mirror of https://github.com/jlelse/teleposter synced 2024-06-02 07:34:27 +00:00
teleposter/app/src/main/res/menu/activity_main.xml
Jan-Lk Else b1ea82a3fb 0.4
2016-11-26 11:37:27 +01:00

12 lines
364 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">
<item
android:id="@+id/share"
android:title="@string/share"
app:showAsAction="ifRoom"/>
<item
android:id="@+id/help"
android:title="@string/help"
app:showAsAction="ifRoom"/>
</menu>