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

27 lines
3.4 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_2131951637_apptheme_appbarlayout">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131951640_apptheme_appbarscrollingviewbehavior">
<LinearLayout android:paddingBottom="@dimen/list_bottom_padding" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.widgets.servers.NotificationMuteSettingsView android:id="@+id/server_notifications_mute_settings_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
<View android:id="@+id/server_notifications_frequency_divider" style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout android:id="@+id/server_notifications_frequency_wrap" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textSize="@dimen/uikit_textsize_medium" android:text="@string/notification_settings" android:textAllCaps="true" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/server_notifications_frequency_0_radio" app:cs_text="@string/form_label_all_messages" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_notifications_frequency_1_radio" app:cs_text="@string/form_label_only_mentions" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_notifications_frequency_2_radio" app:cs_text="@string/form_label_nothing" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<com.discord.views.CheckedSetting android:id="@+id/server_notifications_everyone_switch" app:cs_text="@string/form_label_suppress_everyone" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_notifications_roles_switch" app:cs_text="@string/form_label_suppress_roles" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/server_notifications_push_switch" app:cs_text="@string/form_label_mobile_push_notifications" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:text="@string/notification_overrides" style="@style/res_2131952494_uikit_settings_item_header"/>
<include android:id="@+id/add_override" layout="@layout/view_add_override_item"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/guild_notifications_override_list" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>