discord-jadx/app/src/main/res/layout-w600dp/widget_guild_invite.xml

21 lines
2.7 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_2131952599_uikit_viewgroup_page">
<FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:foreground="?attr/gradient_invite_splash">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/guild_invite_splash" android:layout_width="match_parent" android:layout_height="match_parent" app:actualImageScaleType="6" app:placeholderImage="@drawable/drawable_default_invite_splash" app:placeholderImageScaleType="6"/>
</FrameLayout>
<RelativeLayout android:layout_height="match_parent" style="@style/res_2131952605_uikit_viewgroup_relativelayout">
<androidx.core.widget.NestedScrollView android:layout_height="match_parent" android:layout_above="@+id/guild_invite_actions" style="@style/res_2131952607_uikit_viewgroup_scrollview">
<com.discord.widgets.guilds.invite.WidgetInviteInfo android:gravity="center" android:id="@+id/guild_invite_info" style="@style/res_2131952591_uikit_viewgroup_linearlayout"/>
</androidx.core.widget.NestedScrollView>
<androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/guild_invite_actions" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952406_uikit_copy_anchor">
<FrameLayout android:layout_width="0dp" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toRightOf="0" app:layout_constraintWidth_percent="0.5">
<com.google.android.material.button.MaterialButton android:id="@+id/guild_invite_cancel" android:visibility="gone" android:layout_width="wrap_content" android:minWidth="200dp" android:text="@string/cancel" style="@style/res_2131952464_uikit_material_button_secondary"/>
<com.google.android.material.button.MaterialButton android:id="@+id/guild_invite_accept" android:visibility="gone" android:layout_width="match_parent" android:maxWidth="500dp" android:text="@string/instant_invite_accept" style="@style/res_2131952455_uikit_material_button"/>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951639_apptheme_appbarlayout_flat_transparent">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951667_apptheme_toolbar_transparent"/>
</com.google.android.material.appbar.AppBarLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>