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

12 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" 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.discord.views.LoadingButton android:id="@+id/view_dialog_confirmation_confirm" android:padding="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" app:lb_progress_color="@color/white" app:lb_text="@string/okay" app:lb_text_color="@drawable/button_text_color_primary_100"/>
</LinearLayout>
</LinearLayout>