apkfuckery/com.discord/res/layout/widget_channel_members_list...

21 lines
3.5 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:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fresco="http://schemas.android.com/apk/res-auto">
<RelativeLayout android:layout_width="fill_parent" android:layout_height="50.0dip">
<RelativeLayout android:id="@id/channel_members_list_item_avatar_wrap" android:layout_width="@dimen/avatar_size_standard" android:layout_height="@dimen/avatar_size_standard" android:layout_marginLeft="16.0dip" android:layout_marginTop="1.0dip" android:layout_marginRight="16.0dip" android:layout_centerVertical="true">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/channel_members_list_item_avatar" style="@style/Avatar.Standard" />
<RelativeLayout android:layout_width="12.0dip" android:layout_height="12.0dip" android:layout_alignParentRight="true" android:layout_alignParentBottom="true">
<com.facebook.drawee.view.SimpleDraweeView android:layout_width="fill_parent" android:layout_height="fill_parent" fresco:placeholderImage="@color/theme_grey_guilds" fresco:roundAsCircle="true" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/channel_members_list_item_presence" android:layout_width="10.0dip" android:layout_height="10.0dip" android:layout_centerInParent="true" fresco:placeholderImage="@color/theme_status_grey" fresco:roundAsCircle="true" />
</RelativeLayout>
</RelativeLayout>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_toRightOf="@id/channel_members_list_item_avatar_wrap" android:layout_centerVertical="true">
<RelativeLayout android:layout_gravity="bottom" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="4.0dip">
<TextView android:textSize="13.75sp" android:textColor="@color/theme_white" android:ellipsize="end" android:id="@id/channel_members_list_item_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="9.5sp" android:textColor="@color/theme_white" android:id="@id/channel_members_list_item_bot" android:background="@drawable/drawable_button_purple_neutral" android:paddingLeft="3.0dip" android:paddingTop="0.5dip" android:paddingRight="3.0dip" android:paddingBottom="0.5dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="6.0dip" android:layout_marginBottom="1.0dip" android:text="BOT" android:singleLine="true" android:layout_toRightOf="@id/channel_members_list_item_name" android:layout_alignBottom="@id/channel_members_list_item_name" fontPath="@string/font_whitney_medium" />
</RelativeLayout>
<TextView android:textSize="11.0sp" android:textColor="@color/theme_white_alpha_40" android:id="@id/channel_members_list_item_game" 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_alpha_10" android:layout_width="fill_parent" android:layout_height="0.25dip" android:layout_marginLeft="66.0dip" />
</LinearLayout>