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

12 lines
2.1 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:layout_height="match_parent" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<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_back" style="@style/res_2131951670_apptheme_toolbar_transparent"/>
</com.google.android.material.appbar.AppBarLayout>
<com.discord.views.ScreenTitleView android:id="@+id/header" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" app:stv_subtitle="@string/hub_directory_search_subtitle" app:stv_title="@string/hub_customize_existing_guild_title"/>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/description_layout" android:layout_marginBottom="8dp" android:hint="@string/hub_add_guild_description_title" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" app:counterEnabled="true" app:counterMaxLength="500" app:endIconMode="2" app:expandedHintEnabled="false" style="@style/res_2131952543_uikit_textinputlayout">
<com.google.android.material.textfield.TextInputEditText android:gravity="top|left|center_vertical|center_horizontal|center|start" android:id="@+id/description" android:hint="@string/hub_add_guild_description_help" android:minLines="2" android:maxLength="500" android:imeOptions="actionDone" style="@style/res_2131952546_uikit_textinputlayout_edittext_multiline_paragraph"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.button.MaterialButton android:id="@+id/add_server" android:text="@string/hub_add_server_cta" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>