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

6 lines
622 B
XML
Raw Normal View History

2019-07-24 11:27:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-01-07 23:39:47 +00:00
<RelativeLayout android:background="?selectableItemBackgroundBorderless" android:layout_marginTop="@dimen/guild_item_spacing" style="@style/UiKit.GuildsListItem"
2019-07-24 11:27:29 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/guilds_item_profile_avatar" android:background="@drawable/drawable_circle_grey_channels" android:src="@drawable/icon_friends_list" android:contentDescription="@string/home" style="@style/UiKit.GuildsListIcon" />
<View android:id="@id/guilds_item_profile_selected" style="@style/UiKit.GuildsListSelected" />
</RelativeLayout>