apkfuckery/com.discord/res/layout/widget_channels_list_item_channel_private.xml

12 lines
1.7 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="@drawable/drawable_overlay_channels_selected" android:layout_width="fill_parent" android:layout_height="50.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fresco="http://schemas.android.com/apk/res-auto">
<RelativeLayout android:layout_width="34.0dip" android:layout_height="34.0dip" android:layout_marginLeft="16.0dip" android:layout_marginTop="1.0dip" android:layout_marginRight="16.0dip">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/channels_item_dm_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/channels_item_dm_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>
<TextView android:textSize="12.0sp" android:textColor="@color/theme_grey_unread" android:id="@id/channels_item_dm_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="16.0dip" android:text="@string/shared_lorum_ipsum_long" android:singleLine="true" fontPath="@string/font_whitney_semibold" />
</LinearLayout>