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

21 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout 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">
<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>
<androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:gravity="center" android:layout_marginLeft="16dp" android:layout_marginTop="64dp" android:layout_marginRight="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:src="@drawable/drawable_boost_removal" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:layout_marginTop="32dp" android:text="@string/premium_guild_subscribe_confirm_transfer_header" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<TextView android:textColor="?attr/colorTextNormal" android:gravity="center_horizontal" android:id="@+id/premium_guild_transfer_confirmation_blurb" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:text="@string/premium_guild_subscribe_confirm_transfer_blurb" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorHeaderSecondary" android:layout_gravity="start" android:id="@+id/premium_guild_transfer_previous_guild_header" android:layout_height="wrap_content" android:layout_marginTop="32dp" android:text="@string/premium_guild_subscribe_confirm_transfer_from_guild" android:textAllCaps="true" style="@style/res_2131952562_uikit_textview_bold"/>
<com.discord.views.premiumguild.PremiumGuildConfirmationView android:id="@+id/premium_guild_transfer_previous_guild" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardCornerRadius="4dp"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorHeaderSecondary" android:layout_gravity="start" android:id="@+id/premium_guild_transfer_target_guild_header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:text="@string/premium_guild_subscribe_confirm_transfer_to_guild" android:textAllCaps="true" style="@style/res_2131952562_uikit_textview_bold"/>
<com.discord.views.premiumguild.PremiumGuildConfirmationView android:id="@+id/premium_guild_transfer_target_guild" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:layout_marginBottom="16dp" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardCornerRadius="4dp"/>
<TextView android:textColor="@color/status_red_500" android:id="@+id/premium_guild_transfer_error" android:visibility="invisible" android:layout_marginBottom="8dp" android:text="@string/premium_guild_subscription_error_mobile" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/premium_guild_transfer_select" android:layout_marginBottom="24dp" android:text="@string/premium_guild_subscribe_transfer_confirm_confirmation" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<com.discord.utilities.dimmer.DimmerView android:id="@+id/dimmer_view" style="@style/res_2131952421_uikit_dimmerview"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>