diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-13 07:29:27 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-13 07:29:27 +0000 |
commit | 6872faa93dabeb37d5899dea7126c85976383388 (patch) | |
tree | 087558a33359f7efc873ae7408621d5f251f8cae /app/src/main/res/layout/item_comment.xml | |
parent | 81e0897a1f91a546452a07fb3f3e880e374db368 (diff) | |
download | infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.tar infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.tar.gz infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.tar.bz2 infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.tar.lz infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.tar.xz infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.tar.zst infinity-for-reddit-6872faa93dabeb37d5899dea7126c85976383388.zip |
Set NSFW and spoiler are now available.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 1283aa5b..53613bc8 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -155,86 +155,6 @@ </androidx.constraintlayout.widget.ConstraintLayout> - <!--<RelativeLayout - android:id="@+id/relative_layout_item_post_comment" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginStart="16dp" - android:layout_marginEnd="16dp"> - - <ImageView - android:id="@+id/plus_button_item_post_comment" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentStart="true" - android:src="@drawable/ic_arrow_upward_black_20dp" - android:layout_centerVertical="true" - android:tint="@android:color/tab_indicator_text" - android:background="?actionBarItemBackground" - android:clickable="true" - android:focusable="true"/> - - <TextView - android:id="@+id/score_text_view_item_post_comment" - android:layout_width="64dp" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_toEndOf="@id/plus_button_item_post_comment" - android:gravity="center"/> - - <ImageView - android:id="@+id/minus_button_item_post_comment" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_toEndOf="@id/score_text_view_item_post_comment" - android:src="@drawable/ic_arrow_downward_black_20dp" - android:tint="@android:color/tab_indicator_text" - android:background="?actionBarItemBackground" - android:clickable="true" - android:focusable="true"/> - - <ImageView - android:id="@+id/expand_button_item_post_comment" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_toStartOf="@id/share_button_item_post_comment" - android:layout_centerVertical="true" - android:layout_marginEnd="16dp" - android:src="@drawable/ic_expand_less_black_20dp" - android:tint="@android:color/tab_indicator_text" - android:background="?actionBarItemBackground" - android:clickable="true" - android:focusable="true" - 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" - android:layout_centerVertical="true" - android:layout_alignParentEnd="true" - android:src="@drawable/ic_reply_black_20dp" - android:tint="@android:color/tab_indicator_text" - android:background="?actionBarItemBackground" - android:clickable="true" - android:focusable="true"/> - - </RelativeLayout>--> - </LinearLayout> </LinearLayout>
\ No newline at end of file |