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

24 lines
3.5 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" android:animateLayoutChanges="true" 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_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:paddingBottom="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/settings_accessibility_reduced_motion_header" android:text="@string/accessibility_prefers_reduced_motion" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.utilities.view.text.LinkifiedTextView android:id="@+id/settings_accessibility_reduced_motion_description" android:text="@string/accessibility_prefers_reduced_motion_description" style="@style/res_2131952497_uikit_settings_item_subtext"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_accessibility_reduced_motion_switch" app:cs_text="@string/accessibility_prefers_reduced_motion_enable" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<TextView android:id="@+id/settings_accessibility_images_header" android:text="@string/images" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_accessibility_allow_autoplay_gif_switch" app:cs_text="@string/gif_auto_play_label_mobile" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/settings_accessibility_allow_animate_emoji_switch" app:cs_subtext="@string/animate_emoji_note" app:cs_text="@string/animate_emoji" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<LinearLayout android:id="@+id/settings_accessibility_stickers_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/settings_accessibility_stickers_header" android:text="@string/stickers_auto_play_heading" style="@style/res_2131952494_uikit_settings_item_header"/>
<com.discord.views.CheckedSetting android:id="@+id/stickers_always_animate" app:cs_text="@string/stickers_always_animate" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/stickers_animate_on_interaction" app:cs_subtext="@string/stickers_animate_on_interaction_description" app:cs_text="@string/stickers_animate_on_interaction" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.discord.views.CheckedSetting android:id="@+id/stickers_never_animate" app:cs_text="@string/stickers_never_animate" app:cs_view_type="1" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<View android:id="@+id/settings_appearance_holy_light" android:background="@color/white" android:visibility="gone" android:layout_width="match_parent" android:layout_height="match_parent"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>