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

9 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundPrimary" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:paddingLeft="16dp" android:paddingTop="24dp" android:paddingRight="16dp" android:paddingBottom="24dp" android:layout_width="match_parent" android:layout_height="match_parent" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.views.ScreenTitleView android:layout_width="match_parent" android:layout_height="wrap_content" app:stv_subtitle="@string/explicit_end_stage_subtitle" app:stv_title="@string/explicit_end_stage_title"/>
<com.google.android.material.button.MaterialButton android:id="@+id/cancel" android:layout_marginTop="24dp" android:text="@string/explicit_end_stage_cancel" style="@style/res_2131952465_uikit_material_button_secondary"/>
<com.google.android.material.button.MaterialButton android:id="@+id/confirm" android:layout_marginTop="8dp" android:text="@string/explicit_end_stage_confirm_mobile" style="@style/res_2131952462_uikit_material_button_red"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>