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

12 lines
2.3 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:orientation="vertical" android:paddingTop="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/res_2131952394_uikit_chat_embed_cardview">
<ImageView android:id="@+id/thread_icon" android:background="@drawable/drawable_circle_black" android:padding="16dp" android:layout_width="64dp" android:layout_height="64dp" android:src="@drawable/ic_thread" android:contentDescription="@string/thread" android:backgroundTint="?attr/colorBackgroundAccent" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:tint="?attr/colorHeaderPrimary" style="@style/res_2131951680_avatar_small"/>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/thread_name_input" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" android:hint="@string/thread_name" android:imeOptions="actionNext" style="@style/res_2131952543_uikit_textinputlayout">
<com.google.android.material.textfield.TextInputEditText android:maxLength="30" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/res_2131952548_uikit_textinputlayout_edittext_singleline"/>
</com.google.android.material.textfield.TextInputLayout>
<com.discord.views.CheckedSetting android:id="@+id/private_thread_toggle" android:layout_marginBottom="16dp" app:cs_background="@drawable/rounded_rectangle_4dp_radius" app:cs_background_tint="?attr/colorBackgroundSecondary" app:cs_subtext="@string/form_private_thread_description" app:cs_text="@string/private_thread" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<TextView android:text="@string/create_thread_header_1" style="@style/res_2131952568_uikit_textview_large"/>
<TextView android:id="@+id/auto_archive_duration" android:text="@string/create_thread_header_2" style="@style/res_2131952568_uikit_textview_large"/>
<View android:id="@+id/divider_stroke" android:background="?attr/colorBackgroundAccent" android:layout_width="match_parent" android:layout_height="0.25dp" android:layout_marginTop="16dp"/>
</LinearLayout>