diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-01-12 01:59:43 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-01-12 01:59:43 +0000 |
commit | 0f38b26710286f1df713386986b89e64d928572d (patch) | |
tree | 2b6b069285f0ad3d59568b6d0ab0930b71c93e37 /app/src/main/res/layout | |
parent | af6b92ffa3e28ef56ececa23fa30aef21aa41e98 (diff) | |
download | infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.gz infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.bz2 infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.lz infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.xz infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.zst infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.zip |
Remove see removed posts and comments.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml | 20 |
1 files changed, 0 insertions, 20 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 2aedd340..6d233edc 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 @@ -144,26 +144,6 @@ app:drawableStartCompat="@drawable/ic_report_24dp" /> <TextView - android:id="@+id/see_removed_view_comment_more_bottom_sheet_fragment" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:background="?attr/selectableItemBackground" - android:clickable="true" - 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/see_removed_comment" - android:textColor="?attr/primaryTextColor" - android:textSize="?attr/font_default" - android:fontFamily="?attr/font_family" - android:visibility="gone" - app:drawableStartCompat="@drawable/ic_preview_24dp" /> - - <TextView android:id="@+id/add_to_comment_filter_view_comment_more_bottom_sheet_fragment" android:layout_width="match_parent" android:layout_height="wrap_content" |