apkfuckery/com.discord/res/layout/layout_unhandled_uri.xml

12 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="@color/purple_brand" android:background="@drawable/drawable_bg_settings_header" android:paddingLeft="@dimen/settings_option_padding" android:paddingTop="@dimen/settings_option_padding_header_top" android:paddingRight="@dimen/settings_option_padding" android:paddingBottom="@dimen/settings_option_padding" android:layout_width="fill_parent" android:text="@string/unhandled_link_title" android:textAllCaps="true" style="@style/UiKit.TextView.Bold" />
<View android:background="@color/white_3" android:layout_width="fill_parent" android:layout_height="0.25dip" />
<LinearLayout android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="16.0dip" android:layout_marginTop="8.0dip" android:layout_marginRight="16.0dip">
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="@color/grey_2" android:text="@string/unhandled_link_body" style="@style/UiKit.TextView" />
<TextView android:textSize="@dimen/uikit_textsize_medium" android:gravity="center_vertical" android:id="@id/unhandled_uri_display" android:background="?selectableItemBackground" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="fill_parent" android:drawablePadding="10.0dip" app:drawableStartCompat="@drawable/icon_menu_copy" style="@style/UiKit.TextView.Bold" />
</LinearLayout>
<View android:background="@color/white_3" android:layout_width="fill_parent" android:layout_height="0.25dip" />
<com.google.android.material.button.MaterialButton android:id="@id/unhandled_uri_okay" android:paddingLeft="32.0dip" android:paddingRight="32.0dip" android:layout_width="fill_parent" android:layout_marginLeft="15.0dip" android:layout_marginTop="8.0dip" android:layout_marginRight="15.0dip" android:layout_marginBottom="8.0dip" android:text="@string/okay" style="@style/UiKit.Material.Button" />
</LinearLayout>