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

12 lines
3.6 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/stage_channel_blocked_member_container" android:background="?attr/colorBackgroundPrimary" android:paddingLeft="8dp" android:paddingRight="8dp" android:clipChildren="false" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" style="@style/res_2131952589_uikit_viewgroup_constraintlayout">
<com.discord.views.CutoutView android:id="@+id/stage_channel_blocked_member_icon_container" android:clipChildren="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="8dp" app:cutout_badgeInset="6dp" app:cutout_badgeRadius="14dp" app:cutout_style="1" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/stage_channel_blocked_member_icon" android:layout_width="48dp" android:layout_height="48dp" style="@style/res_2131951677_avatar_large"/>
</com.discord.views.CutoutView>
<ImageView android:id="@+id/stage_channel_blocked_member_speaker" android:padding="4dp" android:layout_width="24dp" android:layout_height="24dp" android:src="@drawable/ic_mic_white_18dp" android:backgroundTint="?attr/colorBackgroundAccent" app:layout_constraintCircle="@+id/stage_channel_blocked_member_icon_container" app:layout_constraintCircleAngle="@integer/uikit_badge_angle" app:layout_constraintCircleRadius="26dp" app:tint="@color/white"/>
<TextView android:id="@+id/stage_channel_blocked_member_name" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginBottom="4dp" android:layout_marginStart="16dp" app:layout_constraintBottom_toTopOf="@+id/stage_channel_blocked_text" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toEndOf="@+id/stage_channel_blocked_member_icon_container" app:layout_constraintTop_toTopOf="@+id/stage_channel_blocked_member_speaker" app:layout_constraintVertical_chainStyle="2" style="@style/res_2131952573_uikit_textview_medium_singleline"/>
<TextView android:textColor="@color/status_red_500" android:id="@+id/stage_channel_blocked_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/blocked" app:layout_constraintBottom_toBottomOf="@+id/stage_channel_blocked_member_icon_container" app:layout_constraintStart_toStartOf="@+id/stage_channel_blocked_member_name" app:layout_constraintTop_toBottomOf="@+id/stage_channel_blocked_member_name" style="@style/res_2131952572_uikit_textview_medium"/>
<View android:id="@+id/stage_channel_blocked_text_divider" android:layout_width="1dp" android:layout_height="0dp" app:layout_constraintBottom_toBottomOf="@+id/stage_channel_blocked_text" app:layout_constraintEnd_toStartOf="@+id/stage_channel_blocked_text_speaker" app:layout_constraintStart_toEndOf="@+id/stage_channel_blocked_text" app:layout_constraintTop_toTopOf="@+id/stage_channel_blocked_text" style="@style/res_2131952424_uikit_divider_vertical"/>
<TextView android:textSize="@dimen/uikit_textsize_medium" android:id="@+id/stage_channel_blocked_text_speaker" android:layout_width="0dp" android:layout_height="wrap_content" android:text="@string/stage_speaker" app:layout_constraintBaseline_toBaselineOf="@+id/stage_channel_blocked_text" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toEndOf="@+id/stage_channel_blocked_text_divider" style="@style/res_2131952579_uikit_textview_subtext"/>
</androidx.constraintlayout.widget.ConstraintLayout>