discord-jadx/app/src/main/res/layout/widget_user_mentions_filter...

14 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout android:paddingBottom="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/res_2131952501_uikit_sheet_header">
<ImageView android:src="?attr/ic_sort" android:importantForAccessibility="no" style="@style/res_2131952503_uikit_sheet_header_icon"/>
<androidx.constraintlayout.widget.Guideline style="@style/res_2131952500_uikit_sheet_guideline"/>
<TextView android:text="@string/filter_mentions" style="@style/res_2131952504_uikit_sheet_header_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<com.discord.views.CheckedSetting android:id="@+id/user_mentions_filter_this_server" app:cs_text="@string/this_server" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/user_mentions_filter_include_everyone" app:cs_text="@string/recent_mentions_filter_everyone" app:cs_view_type="0" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/user_mentions_filter_include_roles" app:cs_text="@string/recent_mentions_filter_roles" app:cs_view_type="0" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>