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

6 lines
898 B
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:layout_width="wrap_content" android:layout_height="52dp" android:paddingStart="12dp" android:paddingEnd="12dp">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/chip_image" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" style="@style/res_2131951679_avatar_medium"/>
<TextView android:id="@+id/chip_text" android:singleLine="true" android:layout_marginStart="4dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toEndOf="@+id/chip_image" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952561_uikit_textview"/>
</androidx.constraintlayout.widget.ConstraintLayout>