apkfuckery/com.discord/res/layout/layout_voice_bottom_sheet_e...

6 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:paddingTop="@dimen/uikit_spacing_xlarge" android:paddingBottom="@dimen/uikit_spacing_xlarge" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:layout_gravity="center_horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/uikit_spacing_xlarge" android:src="@drawable/drawable_vc_empty" android:importantForAccessibility="no" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorTextMuted" android:gravity="center_horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/guild_voice_channel_empty_body_mobile" android:fontFamily="@font/whitney_medium" />
</LinearLayout>