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

8 lines
982 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_default_notification_settings" style="@style/res_2131952494_uikit_settings_item_header"/>
<TextView android:text="@string/form_help_default_notification_settings_mobile" style="@style/res_2131952497_uikit_settings_item_subtext"/>
<com.discord.views.CheckedSetting android:id="@+id/server_settings_overview_notification_all" 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_settings_overview_notification_only_mentions" app:cs_text="@string/form_label_only_mentions" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>