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

22 lines
3.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_2131952591_uikit_viewgroup_coordinatorlayout_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>
<RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior">
<ScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" android:layout_above="@+id/boost_confirmation_button_container">
<LinearLayout android:gravity="center" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:src="@drawable/drawable_nitro_server_boost" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:layout_marginTop="8dp" android:text="@string/premium_guild_subscribe_confirm_blurb" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<com.discord.views.premiumguild.PremiumGuildConfirmationView android:id="@+id/boost_confirmation_confirmation_view" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardCornerRadius="4dp"/>
<TextView android:textColor="?attr/colorTextNormal" android:gravity="center_horizontal" android:id="@+id/boost_confirmation_cooldown_warning" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/premium_guild_subscribe_confirm_cooldown_warning" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</ScrollView>
<LinearLayout android:id="@+id/boost_confirmation_button_container" android:layout_margin="16dp" android:layout_alignParentBottom="true" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textColor="@color/status_red_500" android:id="@+id/boost_confirmation_error" android:visibility="invisible" android:layout_marginTop="8dp" 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/boost_confirmation_select" android:text="@string/premium_guild_subscribe_confirm_confirmation" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</RelativeLayout>
<com.discord.utilities.dimmer.DimmerView android:id="@+id/dimmer_view" style="@style/res_2131952421_uikit_dimmerview"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>