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

16 lines
1.5 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" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:padding="16dp" android:text="@string/stream_full_modal_body" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
</LinearLayout>
<LinearLayout android:paddingTop="8dp" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textColor="@color/primary_200" android:layout_marginBottom="16dp" android:text="@string/stream_full_modal_body" style="@style/res_2131952561_uikit_textview"/>
<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/drawable_stream_full" android:importantForAccessibility="no"/>
</LinearLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:textColor="@color/white" android:layout_gravity="center_vertical" android:id="@+id/guild_video_at_capacity_confirm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/okay" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</LinearLayout>