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

25 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952600_uikit_viewgroup_page">
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951638_apptheme_appbarlayout_flat">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_verification_level" style="@style/res_2131952494_uikit_settings_item_header"/>
<TextView android:id="@+id/server_settings_moderation_verification_help" android:paddingTop="0dp" style="@style/res_2131952490_uikit_settings_item"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_verification_1" app:cs_subtext="@string/verification_level_none_criteria" app:cs_text="@string/verification_level_none" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_verification_2" app:cs_subtext="@string/verification_level_low_criteria" app:cs_text="@string/verification_level_low" app:cs_text_color="@color/status_green_600" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_verification_3" app:cs_subtext="@string/verification_level_medium_criteria" app:cs_text="@string/verification_level_medium" app:cs_text_color="@color/status_yellow_500" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_verification_4" app:cs_subtext="@string/verification_level_high_criteria" app:cs_text="(╯°□°)╯︵ ┻━━┻" app:cs_text_color="@color/status_orange_500" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_verification_5" app:cs_subtext="@string/verification_level_very_high_criteria" app:cs_text="┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻" app:cs_text_color="@color/status_red_500" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:text="@string/form_label_explicit_content_filter" style="@style/res_2131952494_uikit_settings_item_header"/>
<TextView android:id="@+id/server_settings_moderation_explicit_help" android:paddingTop="0dp" style="@style/res_2131952490_uikit_settings_item"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_explicit_1" app:cs_subtext="@string/explicit_content_filter_disabled_description" app:cs_text="@string/explicit_content_filter_disabled" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_explicit_2" android:layout_height="wrap_content" app:cs_subtext="@string/explicit_content_filter_medium_description" app:cs_text="@string/explicit_content_filter_medium" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_moderation_explicit_3" app:cs_subtext="@string/explicit_content_filter_high_description" app:cs_text="@string/explicit_content_filter_high" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>