apkfuckery/com.discord/res/layout/widget_channels_list_item_v...

10 lines
1.8 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="18.0dip" android:layout_marginBottom="8.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/channels_item_voice_user_avatar" android:layout_marginLeft="36.0dip" android:layout_marginRight="8.0dip" style="@style/Avatar.Small" />
<TextView android:textSize="12.0sp" android:textColor="@color/theme_white_alpha_40" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/channels_item_voice_user_name" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginRight="4.0dip" android:text="@string/shared_lorum_ipsum_tiny" android:singleLine="true" android:layout_toLeftOf="@id/channels_item_voice_user_controls" android:layout_toRightOf="@id/channels_item_voice_user_avatar" fontPath="@string/font_whitney_semibold" />
<LinearLayout android:orientation="horizontal" android:id="@id/channels_item_voice_user_controls" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginRight="16.0dip" android:layout_alignParentRight="true">
<TextView android:id="@id/channels_item_voice_user_headphones" android:background="@drawable/icon_deafened_small" android:layout_width="18.0dip" android:layout_height="fill_parent" android:layout_marginLeft="6.0dip" android:contentDescription="@string/shared_empty_string" />
<TextView android:id="@id/channels_item_voice_user_microphone" android:background="@drawable/icon_muted_small" android:layout_width="18.0dip" android:layout_height="fill_parent" android:layout_marginLeft="6.0dip" android:contentDescription="@string/shared_empty_string" />
</LinearLayout>
</RelativeLayout>