apkfuckery/com.discord/res/layout/widget_user_profile_adapter...

6 lines
895 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-02 04:07:20 +00:00
<RelativeLayout android:background="?selectableItemBackground" android:layout_width="@dimen/avatar_size_medium" android:layout_height="@dimen/avatar_size_medium" android:layout_marginStart="4.0dip" style="@style/UiKit.ViewGroup.RelativeLayout"
2020-05-17 12:40:10 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-02 04:07:20 +00:00
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/user_profile_adapter_item_friend_mutual_image" android:layout_marginStart="4.0dip" style="@style/Avatar.Medium" />
2020-05-17 12:40:10 +00:00
<TextView android:textSize="9.0sp" android:textColor="@color/primary_100" android:gravity="center" android:id="@id/user_profile_adapter_item_friend_mutual_text" android:background="@drawable/drawable_circle_purple_brand" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" style="@style/UiKit.TextView" />
</RelativeLayout>