diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-21 14:15:56 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-21 14:15:56 +0000 |
commit | 3d4bb32cbf55440e249c5c335131aeacb4067d19 (patch) | |
tree | ad2ee051574248c494ada9845bf34a82c631b12a /app/src/main/res | |
parent | bfec1912bd30a4ec2d684dc2a54bae351dd601e2 (diff) | |
download | infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.tar infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.tar.gz infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.tar.bz2 infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.tar.lz infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.tar.xz infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.tar.zst infinity-for-reddit-3d4bb32cbf55440e249c5c335131aeacb4067d19.zip |
Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml b/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml index 2cd5e545..546a87de 100644 --- a/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml @@ -29,24 +29,6 @@ android:focusable="true" android:background="?attr/selectableItemBackground" /> - <TextView - android:id="@+id/user_text_view_new_comment_filter_usage_bottom_sheet_fragment" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/user" - android:textColor="?attr/primaryTextColor" - android:textSize="?attr/font_default" - android:fontFamily="?attr/font_family" - android:paddingTop="16dp" - android:paddingBottom="16dp" - android:paddingStart="32dp" - android:paddingEnd="32dp" - app:drawableStartCompat="@drawable/ic_user_24dp" - android:drawablePadding="48dp" - android:clickable="true" - android:focusable="true" - android:background="?attr/selectableItemBackground" /> - </LinearLayout> </androidx.core.widget.NestedScrollView>
\ No newline at end of file |