aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-06-14 10:14:49 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-06-14 10:14:49 +0000
commit502cbe02ba9ad397d616961bd7cb85ae66aced8e (patch)
treea35426388cc2e86d2841c3c9bcc37eee1d790bfb /app/src/main/res/layout/item_comment.xml
parent72d811186f09aea6a6be93b5e4cf1d35083d2462 (diff)
downloadinfinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.tar
infinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.tar.gz
infinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.tar.bz2
infinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.tar.lz
infinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.tar.xz
infinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.tar.zst
infinity-for-reddit-502cbe02ba9ad397d616961bd7cb85ae66aced8e.zip
Reply to comments. Preparing for comment deletion.
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r--app/src/main/res/layout/item_comment.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index c5bb40bc..d04f78b6 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -104,7 +104,7 @@
android:id="@+id/expand_button_item_post_comment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_toStartOf="@id/reply_button_item_post_comment"
+ android:layout_toStartOf="@id/share_button_item_post_comment"
android:layout_centerVertical="true"
android:layout_marginEnd="16dp"
android:tint="@android:color/tab_indicator_text"
@@ -114,6 +114,19 @@
android:visibility="gone"/>
<ImageView
+ android:id="@+id/share_button_item_post_comment"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_toStartOf="@id/reply_button_item_post_comment"
+ android:layout_centerVertical="true"
+ android:layout_marginEnd="16dp"
+ android:src="@drawable/ic_outline_share_20px"
+ android:tint="@android:color/tab_indicator_text"
+ android:background="?actionBarItemBackground"
+ android:clickable="true"
+ android:focusable="true"/>
+
+ <ImageView
android:id="@+id/reply_button_item_post_comment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"