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

31 lines
3.7 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 android:id="@+id/scroll_view" style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:paddingBottom="@dimen/padding_bottom_fab_screen" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/notification_settings" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.widgets.servers.NotificationMuteSettingsView android:id="@+id/channel_notifications_mute_settings_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
<LinearLayout android:id="@+id/channel_settings_notifications_frequency_wrap" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:text="@string/form_label_notification_frequency" style="@style/res_2131952494_uikit_settings_item_header"/>
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.views.CheckedSetting android:id="@+id/channel_settings_notifications_frequency_0" 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/channel_settings_notifications_frequency_1" 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/channel_settings_notifications_frequency_2" app:cs_text="@string/form_label_nothing" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>
</LinearLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout android:gravity="center_vertical" android:id="@+id/channel_notification_settings_system" android:background="?attr/selectableItemBackground" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal">
<ImageView android:padding="@dimen/uikit_textsize_large" android:src="?attr/ic_notifications_a60" android:contentDescription="@string/form_label_mobile_notifications_system_label" style="@style/res_2131952448_uikit_imageview"/>
<LinearLayout android:layout_width="0dp" android:layout_weight="1" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/form_label_mobile_user_notifications_label" style="@style/res_2131952496_uikit_settings_item_label"/>
<TextView android:text="@string/form_label_mobile_user_notifications_hint" style="@style/res_2131952491_uikit_settings_item_addition"/>
</LinearLayout>
<ImageView android:padding="16dp" android:src="@drawable/icon_carrot" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>