discord-jadx/app/src/main/res/layout/widget_guild_join.xml

21 lines
2.6 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 app:navigationContentDescription="@string/close" app:navigationIcon="?attr/ic_action_bar_close" style="@style/res_2131951670_apptheme_toolbar_transparent"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:layout_height="match_parent" android:baselineAligned="false" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.views.ScreenTitleView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" app:stv_subtitle="@string/join_server_description_mobile_refresh" app:stv_title="@string/join_server_title_mobile_refresh"/>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/guild_join_invite" android:layout_marginBottom="16dp" android:hint="@string/form_label_invite_link" app:endIconMode="2" style="@style/res_2131952543_uikit_textinputlayout">
<com.google.android.material.textfield.TextInputEditText android:inputType="textUri" android:imeOptions="actionDone" style="@style/res_2131952544_uikit_textinputlayout_edittext">
<requestFocus/>
</com.google.android.material.textfield.TextInputEditText>
</com.google.android.material.textfield.TextInputLayout>
<include layout="@layout/widget_guild_join_invite_examples"/>
<com.google.android.material.button.MaterialButton android:id="@+id/guild_join_action_btn" android:layout_marginTop="16dp" android:text="@string/nuf_join_server_button" style="@style/res_2131952388_uikit_authbutton_material"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<ImageView android:layout_gravity="bottom|center_vertical|center_horizontal|center" android:layout_marginBottom="4dp" android:src="?attr/img_wumpus_tophat" android:contentDescription="@string/join_server_button_cta_mobile" style="@style/res_2131952450_uikit_imageview_hideinlandscape"/>
<com.discord.utilities.dimmer.DimmerView style="@style/res_2131952421_uikit_dimmerview"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>