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

6 lines
971 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/theme_grey_account" android:padding="16.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/asset_mfa_server" android:contentDescription="@string/shared_empty_string" />
<TextView android:textSize="11.0sp" android:textColor="@color/theme_white_alpha_70" android:gravity="center" android:id="@id/channels_list_item_mfa_text" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="16.0dip" android:text="This server requires Two-Factor Authorization, your admin privileges are disabled." android:lineSpacingMultiplier="1.25" fontPath="@string/font_whitney_semibold" />
</LinearLayout>