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

15 lines
2.3 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="?android:selectableItemBackground" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:layout_width="fill_parent" android:layout_height="60.0dip">
<RelativeLayout android:id="@id/user_profile_adapter_item_server_wrap" android:layout_width="@dimen/avatar_size_standard" android:layout_height="@dimen/avatar_size_standard" android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" android:layout_centerVertical="true">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/user_profile_adapter_item_server_image" style="@style/Avatar.Standard" />
<TextView android:textSize="12.0sp" android:textColor="@color/theme_white" android:gravity="center" android:id="@id/user_profile_adapter_item_server_text" android:background="@drawable/drawable_circle_purple_brand" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" fontPath="@string/font_whitney_medium" />
</RelativeLayout>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_toRightOf="@id/user_profile_adapter_item_server_wrap" android:layout_centerVertical="true">
<TextView android:textSize="14.0sp" android:textColor="@color/theme_grey_3" android:ellipsize="end" android:id="@id/user_profile_adapter_item_server_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/shared_lorum_ipsum_tiny" android:singleLine="true" fontPath="@string/font_whitney_medium" />
<TextView android:textSize="11.0sp" android:textColor="@color/theme_grey_3" android:id="@id/user_profile_adapter_item_server_nick" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/shared_lorum_ipsum_tiny" android:singleLine="true" fontPath="@string/font_whitney_medium" />
</LinearLayout>
</RelativeLayout>
<View android:background="@color/theme_white_6" android:layout_width="fill_parent" android:layout_height="0.25dip" android:layout_marginLeft="66.0dip" />
</LinearLayout>