diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-05-05 06:30:46 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-05-05 06:30:46 +0000 |
commit | 893c8a20769684e2d4493945aa69059e10a5f7e2 (patch) | |
tree | 6e850997abf7f383cb1e0614ab160a3b3dece0a7 /app/src/main/res/layout | |
parent | d444a3a084d82b65e41e15282c11694e7cde7d7a (diff) | |
download | infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.tar infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.tar.gz infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.tar.bz2 infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.tar.lz infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.tar.xz infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.tar.zst infinity-for-reddit-893c8a20769684e2d4493945aa69059e10a5f7e2.zip |
Reporting comments is now available.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml index d60fe273..ddd3e572 100644 --- a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml @@ -81,6 +81,24 @@ android:textColor="?attr/primaryTextColor" android:textSize="?attr/font_default" /> + <TextView + android:id="@+id/report_view_comment_more_bottom_sheet_fragment" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="?attr/selectableItemBackground" + android:clickable="true" + android:drawableStart="@drawable/ic_report_black_24dp" + android:drawablePadding="48dp" + android:focusable="true" + android:gravity="center_vertical" + android:paddingStart="32dp" + android:paddingTop="16dp" + android:paddingEnd="32dp" + android:paddingBottom="16dp" + android:text="@string/report" + android:textColor="?attr/primaryTextColor" + android:textSize="?attr/font_default" /> + </LinearLayout> </androidx.core.widget.NestedScrollView>
\ No newline at end of file |