blob: a321533594d66902b91a4a344724e89e233559dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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/menu_log_display_export_log"
android:icon="@drawable/ic_share_white_24dp"
android:title="@string/menu_share_log"
app:showAsAction="ifRoom|withText" />
</menu>
|