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

24 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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">
<ImageView android:id="@+id/premium_upsell_close" android:padding="16dp" android:src="@drawable/ic_close_white_18dp" android:layout_alignParentTop="true" android:contentDescription="@string/close_window" android:layout_alignParentEnd="true" app:tint="?attr/colorInteractiveNormal" style="@style/res_2131952449_uikit_imageview_clickable"/>
<LinearLayout android:layout_marginLeft="24dp" android:layout_marginRight="24dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:layout_gravity="center" android:layout_width="match_parent" android:layout_marginTop="32dp" android:layout_marginBottom="16dp" android:src="@drawable/img_premium_guild_subscription_purchase_header_tier_2" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:textSize="@dimen/uikit_textsize_large" android:gravity="center" android:id="@+id/premium_upsell_description" android:layout_marginBottom="16dp" android:lineSpacingMultiplier="1" style="@style/res_2131952561_uikit_textview"/>
<androidx.cardview.widget.CardView android:background="@color/transparent" android:layout_marginBottom="16dp" app:cardCornerRadius="8dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:background="?attr/colorBackgroundSecondary" android:paddingLeft="16dp" android:paddingTop="8dp" android:paddingRight="16dp" android:paddingBottom="8dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textColor="?attr/colorTextNormal" android:id="@+id/premium_upsell_server_perk" android:layout_width="match_parent" app:drawableStartCompat="@drawable/ic_boosted_badge_24dp" style="@style/res_2131952576_uikit_textview_perk_small"/>
<View android:background="?attr/colorBackgroundPrimary" android:layout_height="1dp" style="@style/res_2131952422_uikit_divider"/>
<TextView android:layout_width="match_parent" android:text="@string/premium_upsell_feature_chat_perks_mobile" app:drawableStartCompat="@drawable/ic_emoji_blue_24dp" style="@style/res_2131952576_uikit_textview_perk_small"/>
<View android:background="?attr/colorBackgroundPrimary" android:layout_height="1dp" style="@style/res_2131952422_uikit_divider"/>
<TextView android:layout_width="match_parent" android:text="@string/premium_upsell_feature_stream" app:drawableStartCompat="@drawable/ic_nitro_perk_stream_24dp" app:drawableTint="?attr/primary_300" style="@style/res_2131952576_uikit_textview_perk_small"/>
<View android:background="?attr/colorBackgroundPrimary" android:layout_height="1dp" style="@style/res_2131952422_uikit_divider"/>
<TextView android:layout_width="match_parent" android:text="@string/premium_upsell_feature_upload" app:drawableStartCompat="@drawable/ic_upload_24dp" app:drawableTint="#fed648" style="@style/res_2131952576_uikit_textview_perk_small"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
<LinearLayout android:layout_marginBottom="32dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.google.android.material.button.MaterialButton android:id="@+id/upgrade_button" android:layout_marginBottom="16dp" android:text="@string/premium_upsell_upgrade" style="@style/res_2131952415_uikit_dialog_button"/>
<TextView android:id="@+id/continue_button" android:text="@string/premium_upsell_continue_to_boosts" style="@style/res_2131952419_uikit_dialog_textview_dismiss"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>