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

21 lines
2.9 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" android:background="?attr/colorBackgroundSecondary" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout 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:id="@+id/title" android:text="@string/thread_browser_filter_settings_title" style="@style/res_2131952504_uikit_sheet_header_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/guild_profile_sheet_emojis_count" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" android:text="@string/thread_browser_filter_settings_visibility" android:textAllCaps="true" android:layout_marginStart="16dp" style="@style/res_2131952561_uikit_textview"/>
<androidx.cardview.widget.CardView android:layout_marginBottom="16dp" app:cardBackgroundColor="?attr/colorBackgroundPrimary" app:cardCornerRadius="8dp" app:cardElevation="0dp" app:contentPadding="0dp" style="@style/res_2131952617_userprofile_section_card">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.views.CheckedSetting android:id="@+id/thread_browser_visibility_public" app:cs_text="@string/thread_browser_public" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/thread_browser_visibility_private" app:cs_text="@string/thread_browser_private" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView android:id="@+id/thread_browser_moderator_view_card" app:cardBackgroundColor="?attr/colorBackgroundPrimary" app:cardCornerRadius="8dp" app:cardElevation="0dp" app:contentPadding="0dp" style="@style/res_2131952617_userprofile_section_card">
<com.discord.views.CheckedSetting android:id="@+id/thread_browser_moderator_view" app:cs_subtext="@string/moderator_view_description" app:cs_text="@string/moderator_view" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</androidx.cardview.widget.CardView>
</LinearLayout>
</androidx.core.widget.NestedScrollView>