Preparing to submit image posts.

This commit is contained in:
Alex Ning
2019-07-13 00:05:38 +08:00
parent 8c55fbbde9
commit de4b53ddf0
12 changed files with 457 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
<?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_post_image_activity"
android:orderInCategory="1"
android:title="@string/action_send"
android:icon="@drawable/ic_send_white_24dp"
app:showAsAction="ifRoom" />
</menu>