apkfuckery/com.discord/res/layout-v22/widget_server_settings_comm...

11 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView android:id="@id/community_first_step_scroll" android:layout_width="wrap_content" style="@style/UiKit.ViewGroup.NestedScrollView.AppBarScrollingViewBehavior"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:focusableInTouchMode="true" style="@style/UiKit.ViewGroup.LinearLayout">
<ImageView android:id="@id/community_get_started_header_image" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="?drawable_community_setup_first_step" android:importantForAccessibility="no" />
<com.discord.views.ScreenTitleView android:id="@id/community_step_header" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="16.0dip" android:layout_marginTop="40.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="24.0dip" android:layout_marginHorizontal="16.0dip" app:stv_subtitle="@string/enable_community_modal_step_1_body" app:stv_title="@string/enable_community_modal_step_1_header" />
<com.discord.views.CheckedSetting android:id="@id/community_settings_verified_emailed_switch" app:cs_subtext="@string/enable_community_modal_verification_level_help" app:cs_text="@string/enable_community_modal_verification_level_label" app:cs_text_color="@color/primary_000" app:cs_text_fontpath="@font/whitney_semibold" app:cs_view_type="switchview" style="@style/UiKit.CheckedSetting.Themed" />
<View android:layout_marginTop="24.0dip" style="@style/UiKit.Settings.Divider" />
<com.discord.views.CheckedSetting android:id="@id/community_settings_scan_messages_switch" app:cs_subtext="@string/enable_public_modal_content_filter_help" app:cs_text="@string/enable_community_modal_content_filter_label" app:cs_text_color="@color/primary_000" app:cs_text_fontpath="@font/whitney_semibold" app:cs_view_type="switchview" style="@style/UiKit.CheckedSetting.Themed" />
</LinearLayout>
</ScrollView>