apkfuckery/com.discord/res/layout/layout_switch_plan_tier_pag...

16 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" app:cardCornerRadius="8.0dip" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:id="@id/premium_switch_page_background" style="@style/UiKit.ViewGroup.LinearLayout">
<ImageView android:layout_gravity="center_horizontal" android:layout_width="68.0dip" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_xxlarge" android:src="@drawable/img_logo_discord" android:scaleType="centerCrop" android:adjustViewBounds="true" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<ImageView android:layout_gravity="center_horizontal" android:id="@id/premium_switch_page_logo" android:layout_width="fill_parent" android:layout_height="32.0dip" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:adjustViewBounds="true" style="@style/UiKit.ImageView" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="@color/white" android:gravity="center|top" android:layout_gravity="center_horizontal" android:id="@id/premium_switch_page_info" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:lines="2" style="@style/UiKit.TextView" />
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_gravity="bottom|center|right" android:id="@id/premium_switch_page_wumpus" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/img_nitro_card" android:scaleType="fitEnd" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_100" android:layout_gravity="bottom|center|left" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginBottom="52.0sp" android:text="@string/starting_at" style="@style/UiKit.TextView" />
<TextView android:textColor="@color/white" android:layout_gravity="bottom|center|left" android:id="@id/premium_switch_page_monthly_price" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_large" style="@style/UiKit.TextView" />
</FrameLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
</FrameLayout>