diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-12 01:35:05 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-12 01:35:05 +0000 |
commit | 68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c (patch) | |
tree | 7af5b7763e947e0cf6398d95552d3f6cf2810a36 /app/src/main/res/menu | |
parent | 2b9b8fddfabc40c41152db529ec9311226db7669 (diff) | |
download | infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.gz infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.bz2 infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.lz infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.xz infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.zst infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.zip |
Submitting link posts is available. Fixed force stop when a user has no post in ViewUserDetailActivity.
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/post_link_activity.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/menu/post_link_activity.xml b/app/src/main/res/menu/post_link_activity.xml new file mode 100644 index 00000000..8b9f2e69 --- /dev/null +++ b/app/src/main/res/menu/post_link_activity.xml @@ -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_link_activity" + android:orderInCategory="1" + android:title="@string/action_send" + android:icon="@drawable/ic_send_white_24dp" + app:showAsAction="ifRoom" /> +</menu>
\ No newline at end of file |