apkfuckery/com.discord/res/layout/widget_chat_input_verificat...

7 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:orientation="vertical" android:id="@id/chat_input_verification" android:paddingLeft="@dimen/chat_cell_horizontal_spacing_total" android:paddingRight="@dimen/chat_cell_horizontal_spacing_total" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="?theme_chat_divider" android:layout_width="fill_parent" android:layout_height="0.25dip" />
<TextView android:textSize="13.75sp" android:textColor="?theme_chat_text" android:gravity="center" android:id="@id/chat_input_verification_text" android:paddingTop="@dimen/chat_cell_horizontal_spacing_total" android:paddingBottom="@dimen/chat_cell_horizontal_spacing_total" android:layout_width="fill_parent" style="@style/UiKit.TextView.Semibold" />
<TextView android:textSize="13.75sp" android:textColor="@color/white" android:gravity="center" android:id="@id/chat_input_verification_action" android:background="@drawable/drawable_button_purple" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="fill_parent" android:layout_marginBottom="15.0dip" android:text="@string/resend_verification_email" style="@style/UiKit.TextView.Semibold" />
</LinearLayout>