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

10 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:clipChildren="false" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<RelativeLayout android:layout_marginBottom="32dp" style="@style/res_2131952606_uikit_viewgroup_relativelayout">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/sticker_pack_activated_banner" android:background="?attr/colorBackgroundPrimary" android:layout_width="match_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" android:importantForAccessibility="no" app:actualImageScaleType="6" app:viewAspectRatio="4.4" style="@style/res_2131952448_uikit_imageview"/>
</RelativeLayout>
<TextView android:gravity="center" android:layout_width="match_parent" android:layout_marginLeft="24dp" android:layout_marginTop="8dp" android:layout_marginRight="24dp" android:layout_marginBottom="8dp" android:text="@string/sticker_purchase_modal_confirm_body_header" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:gravity="center" android:id="@+id/sticker_pack_activated_body" android:layout_width="match_parent" android:layout_marginLeft="24dp" android:layout_marginRight="24dp" android:layout_marginBottom="32dp" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/sticker_pack_activated_confirm" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="24dp" android:layout_marginRight="24dp" android:layout_marginBottom="32dp" android:text="@string/okay" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>