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

18 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952590_uikit_viewgroup_coordinatorlayout">
<androidx.constraintlayout.widget.ConstraintLayout android:background="?attr/colorBackgroundPrimary" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952589_uikit_viewgroup_constraintlayout">
<ImageView android:id="@+id/sparkle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:src="@drawable/stage_channel_audience_notice" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0"/>
<TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:text="@string/stage_channel_audience_modal_title" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/sparkle" style="@style/res_2131952517_uikit_stage_title"/>
<ImageView android:id="@+id/bullet_1_icon" android:src="@drawable/ic_stage_audience" app:layout_constraintBottom_toBottomOf="@+id/bullet_1_label" app:layout_constraintEnd_toStartOf="@+id/bullet_1_label" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="@+id/bullet_1_label" style="@style/res_2131952508_uikit_stage_bullet_icon"/>
<TextView android:id="@+id/bullet_1_label" android:text="@string/stage_channel_audience_modal_bullet_1" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toEndOf="@+id/bullet_1_icon" app:layout_constraintTop_toBottomOf="@+id/title" style="@style/res_2131952509_uikit_stage_bullet_label"/>
<ImageView android:id="@+id/bullet_2_icon" android:src="@drawable/ic_stage_leave_20dp" app:layout_constraintBottom_toBottomOf="@+id/bullet_2_label" app:layout_constraintEnd_toStartOf="@+id/bullet_2_label" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="@+id/bullet_2_label" app:tint="?attr/colorInteractiveNormal" style="@style/res_2131952508_uikit_stage_bullet_icon"/>
<TextView android:id="@+id/bullet_2_label" android:text="@string/stage_channel_audience_modal_bullet_2" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toEndOf="@+id/bullet_2_icon" app:layout_constraintTop_toBottomOf="@+id/bullet_1_label" style="@style/res_2131952509_uikit_stage_bullet_label"/>
<ImageView android:id="@+id/bullet_3_icon" android:src="@drawable/ic_stage_raised_hand" app:layout_constraintBottom_toBottomOf="@+id/bullet_3_label" app:layout_constraintEnd_toStartOf="@+id/bullet_3_label" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="@+id/bullet_3_label" app:tint="?attr/colorInteractiveNormal" style="@style/res_2131952508_uikit_stage_bullet_icon"/>
<TextView android:id="@+id/bullet_3_label" android:text="@string/stage_channel_audience_modal_bullet_3" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toEndOf="@+id/bullet_3_icon" app:layout_constraintTop_toBottomOf="@+id/bullet_2_label" style="@style/res_2131952509_uikit_stage_bullet_label"/>
<ImageView android:id="@+id/bullet_4_icon" android:src="@drawable/ic_status_24dp" app:layout_constraintBottom_toBottomOf="@+id/bullet_4_label" app:layout_constraintEnd_toStartOf="@+id/bullet_4_label" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="@+id/bullet_4_label" app:tint="?attr/colorInteractiveNormal" style="@style/res_2131952508_uikit_stage_bullet_icon"/>
<TextView android:id="@+id/bullet_4_label" android:text="@string/stage_channel_audience_modal_bullet_4" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toEndOf="@+id/bullet_4_icon" app:layout_constraintTop_toBottomOf="@+id/bullet_3_label" style="@style/res_2131952509_uikit_stage_bullet_label"/>
<androidx.constraintlayout.widget.Barrier android:id="@+id/bottom_of_bullets" android:layout_width="wrap_content" android:layout_height="wrap_content" app:barrierDirection="3" app:constraint_referenced_ids="bullet_4_icon,bullet_4_label"/>
<com.google.android.material.button.MaterialButton android:id="@+id/button" android:layout_marginTop="24dp" android:text="@string/stage_channel_audience_modal_action" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/bottom_of_bullets" style="@style/res_2131952456_uikit_material_button"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>