Move send action from FAB into toolbar

This commit is contained in:
str4d
2016-07-16 02:01:34 +00:00
committed by Torsten Grote
parent 23eb5acafa
commit 827fd0aebb
4 changed files with 43 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
<?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/action_send_report"
android:icon="@drawable/social_send_now_white"
android:title="@string/send_report"
app:showAsAction="always"/>
</menu>