This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter-android/app/src/main/res/menu/display_message_activity_actions.xml

9 lines
293 B
XML
Raw Normal View History

2015-01-02 11:43:24 +01:00
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@+id/action_share"
android:title="@string/share"
android:icon="@drawable/ic_action_share"
android:showAsAction="always"/>
</menu>