discord-jadx/app/src/main/res/layout/widget_settings_boost.xml

34 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952591_uikit_viewgroup_coordinatorlayout_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>
<com.discord.app.AppViewFlipper android:id="@+id/settings_boost_flipper" style="@style/res_2131952588_uikit_viewgroup_appviewflipper_incoordinatorlayout">
<ProgressBar android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
<LinearLayout android:gravity="center" android:layout_height="match_parent" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:layout_marginBottom="8dp" android:src="@drawable/img_poop_dark" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/settings_boost_retry" android:layout_width="wrap_content" android:text="@string/retry" style="@style/res_2131952465_uikit_material_button_secondary"/>
</LinearLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:paddingTop="24dp" android:paddingBottom="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:id="@+id/settings_boost_subtext_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:text="@string/premium_guild_subscription_subtitle_mobile_1" style="@style/res_2131952561_uikit_textview"/>
<com.discord.utilities.view.text.LinkifiedTextView android:id="@+id/settings_boost_subtext" android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginRight="16dp" style="@style/res_2131952561_uikit_textview"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/settings_boost_recycler" android:layout_marginTop="16dp" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</LinearLayout>
<LinearLayout android:layout_marginTop="24dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<include layout="@layout/view_settings_premium_guild_marketing_header"/>
<include layout="@layout/view_premium_guild_features_user_old"/>
<include layout="@layout/view_premium_guild_features_guild_old"/>
<View android:layout_marginLeft="16dp" android:layout_marginTop="32dp" android:layout_marginRight="16dp" android:layout_marginBottom="32dp" style="@style/res_2131952422_uikit_divider"/>
<com.discord.views.premiumguild.PremiumGuildSubscriptionUpsellView android:id="@+id/settings_boost_upsell_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/settings_boost_sample_guilds" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="16dp" android:layout_marginTop="32dp" android:layout_marginRight="16dp" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
<include android:id="@+id/no_guilds" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="32dp" layout="@layout/view_settings_premium_guild_no_guilds"/>
</LinearLayout>
<View android:layout_marginLeft="16dp" android:layout_marginTop="32dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952422_uikit_divider"/>
<com.discord.views.premiumguild.PremiumSubscriptionMarketingView android:id="@+id/settings_boost_marketing_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</com.discord.app.AppViewFlipper>
</androidx.coordinatorlayout.widget.CoordinatorLayout>