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

7 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundTertiary" android:layout_width="match_parent" android:layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView android:id="@+id/chat_input_application_commands_recycler" android:scrollbars="none" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_constraintBottom_toTopOf="@+id/divider" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0"/>
<View android:id="@+id/divider" android:background="?attr/colorBackgroundFloating" android:layout_width="match_parent" android:layout_height="0.5dp" app:layout_constraintBottom_toTopOf="@+id/chat_input_application_commands_option_description" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0"/>
<TextView android:id="@+id/chat_input_application_commands_option_description" android:paddingTop="8dp" android:paddingBottom="8dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" style="@style/res_2131952561_uikit_textview"/>
</androidx.constraintlayout.widget.ConstraintLayout>