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

18 lines
1.7 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">
<LinearLayout android:id="@+id/notice_header_container" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/notice_header" android:padding="16dp" android:layout_width="match_parent" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
</LinearLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:gravity="center" android:id="@+id/notice_body_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.utilities.view.text.LinkifiedTextView android:layout_gravity="start" android:id="@+id/notice_body_text" android:padding="16dp" android:layout_width="match_parent" android:textAlignment="textStart" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:id="@+id/notice_cancel" android:text="@string/cancel" style="?attr/buttonBarNegativeButtonStyle"/>
<com.google.android.material.button.MaterialButton android:id="@+id/notice_ok" android:text="@string/okay" android:layout_marginStart="8dp" style="?attr/buttonBarPositiveButtonStyle"/>
</LinearLayout>
</LinearLayout>