diff options
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 |