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

19 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/view_premium_marketing_marketing_container" android:background="@drawable/drawable_bg_premium_guild_gradient_corners" android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginRight="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textColor="@color/white" android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:id="@+id/view_premium_marketing_marketing_title" android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginRight="16dp" android:text="@string/guild_settings_premium_upsell_heading_secondary" android:lineSpacingMultiplier="1" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="@color/white" android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:id="@+id/view_premium_marketing_marketing_subtitle" android:layout_marginLeft="16dp" android:layout_marginTop="8dp" android:layout_marginRight="16dp" android:text="@string/guild_settings_premium_upsell_heading_secondary" style="@style/res_2131952577_uikit_textview_semibold"/>
<LinearLayout android:layout_marginTop="16dp" style="@style/res_2131952477_uikit_premiumguild_settings_marketing_container">
<ImageView android:layout_height="12dp" android:src="?attr/img_premium_wordmark" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<ImageView android:src="@drawable/img_logo_nitro" android:contentDescription="@string/premium_tier_2" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:id="@+id/view_premium_marketing_nitro_boost_discount" android:layout_marginTop="16dp" style="@style/res_2131952475_uikit_premiumguild_settings_marketing_check"/>
<TextView android:id="@+id/view_premium_marketing_nitro_boost_count" android:layout_marginTop="8dp" style="@style/res_2131952475_uikit_premiumguild_settings_marketing_check"/>
</LinearLayout>
<LinearLayout android:id="@+id/view_premium_marketing_container_tier1" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952477_uikit_premiumguild_settings_marketing_container">
<ImageView android:layout_height="12dp" android:src="?attr/img_premium_wordmark" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<ImageView android:src="@drawable/img_logo_nitro_classic_header" android:contentDescription="@string/premium_tier_1" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:id="@+id/view_premium_marketing_nitro_classic_boost_discount" android:layout_marginTop="16dp" style="@style/res_2131952475_uikit_premiumguild_settings_marketing_check"/>
<TextView android:id="@+id/view_premium_marketing_nitro_classic_boost_count" android:layout_marginTop="8dp" android:alpha="0.5" style="@style/res_2131952476_uikit_premiumguild_settings_marketing_clear"/>
</LinearLayout>
<com.google.android.material.button.MaterialButton android:textColor="?attr/color_brand_500" android:id="@+id/view_premium_marketing_learn_more" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" android:text="@string/guild_settings_premium_upsell_learn_more" style="@style/res_2131952471_uikit_material_button_white"/>
</LinearLayout>