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

10 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:gravity="center" android:background="?attr/colorBackgroundSecondary" android:paddingLeft="@dimen/chat_cell_horizontal_spacing_padding" android:paddingTop="8dp" android:paddingRight="@dimen/chat_cell_horizontal_spacing_padding" android:paddingBottom="8dp" android:visibility="gone" android:paddingStart="@dimen/chat_cell_horizontal_spacing_padding" android:paddingEnd="@dimen/chat_cell_horizontal_spacing_padding" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textColor="?attr/colorTextNormal" android:gravity="center" android:id="@+id/chat_input_guard_text" android:paddingTop="@dimen/chat_cell_vertical_spacing_padding" android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="match_parent" style="@style/res_2131952577_uikit_textview_semibold"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorTextMuted" android:gravity="center" android:id="@+id/chat_input_guard_subtext" android:paddingTop="2sp" android:paddingBottom="2sp" android:visibility="gone" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952579_uikit_textview_subtext"/>
<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton android:id="@+id/chat_input_guard_action_secondary" android:visibility="gone" android:layout_weight="1" android:layout_marginEnd="16dp" style="@style/res_2131952465_uikit_material_button_secondary"/>
<com.google.android.material.button.MaterialButton android:id="@+id/chat_input_guard_action" android:text="@string/resend_verification_email" android:layout_weight="1" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</LinearLayout>