discord-jadx/app/src/main/res/layout-v22/voice_user_list_item_embedd...

9 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="@color/primary_dark_800" android:layout_width="match_parent" android:layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/clickable_container" android:background="?attr/selectableItemBackground" android:paddingLeft="16dp" android:paddingTop="8dp" android:paddingRight="16dp" android:paddingBottom="8dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingHorizontal="16dp" android:paddingVertical="8dp">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/app_icon" android:background="@drawable/ic_activity_24dp" android:layout_width="32dp" android:layout_height="32dp" android:layout_margin="4dp" android:scaleType="center" android:backgroundTint="?attr/colorInteractiveNormal" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:roundedCornerRadius="4dp"/>
<TextView android:textAppearance="@style/UiKit_TextAppearance_Semibold" android:textSize="@dimen/uikit_textsize_large" android:id="@+id/app_name" android:layout_marginStart="16dp" app:layout_constraintBottom_toTopOf="@+id/participant_avatars" app:layout_constraintStart_toEndOf="@+id/app_icon" app:layout_constraintTop_toTopOf="@+id/app_icon" style="@style/UiKit_TextView"/>
<com.discord.views.PileView android:id="@+id/participant_avatars" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4dp" android:layout_marginStart="16dp" app:layout_constraintBottom_toBottomOf="@+id/app_icon" app:layout_constraintStart_toEndOf="@+id/app_icon" app:layout_constraintTop_toBottomOf="@+id/app_name" app:pile_itemBackgroundColor="?attr/colorBackgroundTertiary" app:pile_itemCutoutThickness="2dp" app:pile_itemOverlap="4dp" app:pile_itemSize="16dp" app:pile_maxItems="4" app:pile_overFlowTextSize="12dp" app:pile_roundBackground="true" app:pile_showOverflowItem="true"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>