apkfuckery/com.discord/res/layout/widget_channels_list_item_friends.xml
2019-02-04 21:05:16 +01:00

12 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="@drawable/drawable_overlay_channels_selected" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_marginTop="12.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:fresco="http://schemas.android.com/apk/res-auto">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_toLeftOf="@id/channels_list_item_friends_mentions">
<RelativeLayout android:id="@id/channels_list_item_friends_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">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/channels_list_item_friends" fresco:placeholderImage="@color/theme_grey_6" style="@style/Avatar.Standard" />
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/icon_group_small" android:scaleType="center" android:contentDescription="@string/shared_empty_string" />
</RelativeLayout>
<TextView android:textSize="12.0sp" android:textColor="@color/theme_white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="16.0dip" android:text="@string/friends" android:singleLine="true" fontPath="@string/font_whitney_semibold" />
</LinearLayout>
<TextView android:textSize="10.0sp" android:textColor="@color/theme_white" android:ellipsize="end" android:gravity="center" android:id="@id/channels_list_item_friends_mentions" android:background="@drawable/drawable_overlay_mentions" android:layout_width="15.0dip" android:layout_height="15.0dip" android:layout_marginRight="16.0dip" android:text="@string/shared_number_99" android:singleLine="true" android:layout_alignParentRight="true" android:layout_centerVertical="true" fontPath="@string/font_whitney_semibold" />
</RelativeLayout>