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

24 lines
2.8 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>
<ScrollView style="@style/res_2131951640_apptheme_appbarscrollingviewbehavior">
<LinearLayout android:animateLayoutChanges="true" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_mobile_notifications_inapp_label" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_inapp_notifs_switch" app:cs_text="@string/form_label_mobile_notifications_inapp_desc" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:text="@string/form_label_mobile_notifications_system_label" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_notifications_enabled" app:cs_text="@string/form_label_mobile_notifications_system_desc" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<LinearLayout android:id="@+id/settings_notifications_wrap" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_mobile_notifications_behavior" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_notifications_blink" app:cs_text="@string/form_label_mobile_notifications_blink" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_notifications_vibrations" app:cs_text="@string/form_label_mobile_notifications_vibrations" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:text="@string/sounds" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_notifications_mute_all" app:cs_text="@string/form_label_mobile_notifications_sound_disable" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>