discord-jadx/app/src/main/res/layout/view_dialog_confirmation.xml

13 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<TextView android:id="@+id/view_dialog_confirmation_header" android:padding="16dp" android:layout_width="match_parent" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
<TextView android:id="@+id/view_dialog_confirmation_text" android:text="@string/sample_confirmation" style="@style/res_2131952497_uikit_settings_item_subtext"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<View style="@style/res_2131952422_uikit_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:id="@+id/view_dialog_confirmation_cancel" android:text="@string/cancel" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/view_dialog_confirmation_confirm" android:text="@string/confirm" style="@style/res_2131952457_uikit_material_button_fit"/>
</LinearLayout>
</LinearLayout>