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

8 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:gravity="center" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" style="@style/res_2131952589_uikit_viewgroup_constraintlayout">
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@+id/send_sticker_greet_button" android:background="@drawable/bg_chat_sticker_greet_button" android:paddingTop="8dp" android:paddingBottom="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingStart="8dp" android:paddingEnd="12dp" android:elevation="@dimen/app_elevation" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0">
<com.discord.views.sticker.StickerView android:id="@+id/chat_list_adapter_item_sticker_greet" android:layout_width="@dimen/sticker_length_sm" android:layout_height="@dimen/sticker_length_sm"/>
<TextView android:id="@+id/chat_list_adapter_item_sticker_greet_text" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/res_2131952565_uikit_textview_h2"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>