apkfuckery/com.discord/res/layout/widget_guilds_list_item_gui...

5 lines
567 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:paddingTop="6.0dip" android:paddingBottom="6.0dip" android:layout_width="fill_parent" android:layout_height="60.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:background="@drawable/ic_unavailable_server_46dp" android:layout_width="@dimen/avatar_size_large" android:layout_height="@dimen/avatar_size_large" android:layout_centerHorizontal="true" android:contentDescription="@string/shared_empty_string" fontPath="@string/font_whitney_light" />
</RelativeLayout>