apkfuckery/com.discord/res/layout/widget_guilds_list_item_pro...

6 lines
840 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:paddingTop="12.0dip" android:paddingBottom="6.0dip" android:layout_width="fill_parent" android:layout_height="66.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fresco="http://schemas.android.com/apk/res-auto">
<ImageView android:id="@id/guilds_item_profile_selected" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/icon_guild_selected" android:layout_alignParentLeft="true" android:layout_centerVertical="true" android:contentDescription="@string/shared_empty_string" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/guilds_item_profile_avatar" android:layout_centerHorizontal="true" fresco:overlayImage="@drawable/icon_friends_list" style="@style/Avatar.Large" />
</RelativeLayout>