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

14 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952599_uikit_viewgroup_nestedscrollview_page">
<LinearLayout 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_close" style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/issue_details_input" android:layout_margin="16dp" android:hint="@string/feedback_describe_issue" style="@style/res_2131952543_uikit_textinputlayout">
<com.google.android.material.textfield.TextInputEditText android:maxLength="1024" style="@style/res_2131952545_uikit_textinputlayout_edittext_multiline"/>
</com.google.android.material.textfield.TextInputLayout>
<com.discord.utilities.view.text.LinkifiedTextView android:textAppearance="@style/res_2131952531_uikit_textappearance" android:textColor="?attr/colorTextMuted" android:id="@+id/issue_details_cx_prompt" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/issue_details_submit_button" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" android:text="@string/submit" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>