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

12 lines
3.5 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:id="@+id/item_listen_together_container" android:layout_height="@dimen/chat_listen_embed_height" style="@style/res_2131952395_uikit_chat_embed_container">
<TextView android:id="@+id/item_listen_together_header" style="@style/res_2131952397_uikit_chat_embed_header"/>
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/item_listen_together_album_image" android:layout_width="42dp" android:layout_height="42dp" android:layout_marginTop="16dp" android:layout_marginBottom="4dp" android:layout_marginStart="16dp" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/item_listen_together_header" app:roundedCornerRadius="4dp"/>
<TextView android:id="@+id/item_listen_together_session_ended" android:visibility="gone" android:layout_margin="16dp" android:text="@string/invite_embed_listen_has_ended" app:layout_constrainedWidth="true" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/item_listen_together_header" style="@style/res_2131952569_uikit_textview_large_singleline"/>
<TextView android:ellipsize="marquee" android:id="@+id/item_listen_together_track" android:layout_width="0dp" android:layout_marginTop="16dp" android:marqueeRepeatLimit="marquee_forever" android:layout_marginStart="8dp" android:layout_marginEnd="16dp" app:layout_constrainedWidth="true" app:layout_constraintEnd_toEndOf="0" app:layout_constraintLeft_toRightOf="@+id/item_listen_together_album_image" app:layout_constraintRight_toRightOf="0" app:layout_constraintStart_toEndOf="@+id/item_listen_together_album_image" app:layout_constraintTop_toBottomOf="@+id/item_listen_together_header" style="@style/res_2131952569_uikit_textview_large_singleline"/>
<TextView android:id="@+id/item_listen_together_artist" android:layout_width="0dp" app:layout_constraintEnd_toEndOf="@+id/item_listen_together_track" app:layout_constraintLeft_toLeftOf="@+id/item_listen_together_track" app:layout_constraintRight_toRightOf="@+id/item_listen_together_track" app:layout_constraintStart_toStartOf="@+id/item_listen_together_track" app:layout_constraintTop_toBottomOf="@+id/item_listen_together_track" style="@style/res_2131952571_uikit_textview_marquee"/>
<androidx.constraintlayout.widget.Barrier android:id="@+id/barrier" android:layout_width="match_parent" android:layout_height="wrap_content" app:barrierDirection="3" app:constraint_referenced_ids="item_listen_together_album_image,item_listen_together_artist"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/item_listen_together_recycler" android:layout_width="0dp" android:layout_height="@dimen/avatar_size_standard" android:layout_marginTop="8dp" android:layout_marginBottom="16dp" android:layout_marginStart="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintEnd_toStartOf="@+id/item_listen_together_join" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toLeftOf="@+id/item_listen_together_join" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/barrier" style="@style/res_2131952605_uikit_viewgroup_recyclerview_horizontal"/>
<TextView android:id="@+id/item_listen_together_join" android:text="@string/invite_embed_join_via_desktop_app" style="@style/res_2131952396_uikit_chat_embed_footer"/>
</androidx.constraintlayout.widget.ConstraintLayout>