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

21 lines
4.1 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" style="@style/res_2131952590_uikit_viewgroup_coordinatorlayout">
<ScrollView android:layout_width="match_parent" android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout android:background="?attr/colorBackgroundPrimary" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatImageView android:id="@+id/public_notice_header_icon" android:background="@drawable/ic_sparkle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="8dp" android:src="@drawable/ic_globe_32dp" android:scaleType="centerInside" app:layout_constraintBottom_toTopOf="@+id/public_notice_title" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:tint="?attr/primary_000"/>
<com.discord.views.ScreenTitleView android:id="@+id/public_notice_title" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" app:layout_constraintBottom_toTopOf="@+id/public_notice_info_wrap" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/public_notice_header_icon" app:stv_title="@string/start_stage_public_info_title"/>
<LinearLayout android:id="@+id/public_notice_info_wrap" android:background="@drawable/drawable_start_stage_bg" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="8dp" app:layout_constraintBottom_toTopOf="@+id/public_notice_confirm" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/public_notice_title" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:text="@string/start_stage_public_info_section_one" style="@style/res_2131952521_uikit_stagediscovery_publicnotice_textview"/>
<View android:layout_marginTop="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952422_uikit_divider"/>
<TextView android:text="@string/start_stage_public_info_section_two" style="@style/res_2131952521_uikit_stagediscovery_publicnotice_textview"/>
<View android:layout_marginTop="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952422_uikit_divider"/>
<com.discord.utilities.view.text.LinkifiedTextView android:id="@+id/section_three" android:text="@string/start_stage_public_info_section_three" style="@style/res_2131952521_uikit_stagediscovery_publicnotice_textview"/>
<View android:layout_marginTop="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952422_uikit_divider"/>
<TextView android:text="@string/start_stage_public_info_section_four" style="@style/res_2131952521_uikit_stagediscovery_publicnotice_textview"/>
</LinearLayout>
<com.google.android.material.button.MaterialButton android:id="@+id/public_notice_confirm" android:layout_marginTop="24dp" android:text="@string/start_stage_public_confirm" app:layout_constraintBottom_toTopOf="@+id/public_notice_dismiss" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/public_notice_info_wrap" style="@style/res_2131952456_uikit_material_button"/>
<com.google.android.material.button.MaterialButton android:id="@+id/public_notice_dismiss" android:text="@string/nevermind" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/public_notice_confirm" style="@style/res_2131952465_uikit_material_button_secondary"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>