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

9 lines
1.1 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="16.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="11.0sp" android:textColor="@color/theme_white" android:gravity="center_vertical" android:id="@id/channels_list_item_header" android:layout_width="fill_parent" android:layout_height="40.0dip" android:singleLine="true" android:layout_toLeftOf="@id/channels_list_new" android:textAllCaps="true" fontPath="@string/font_whitney_bold" />
<RelativeLayout android:id="@id/channels_list_new" android:layout_width="56.0dip" android:layout_height="40.0dip" android:layout_alignParentRight="true">
<View android:background="@color/theme_white" android:layout_width="1.5dip" android:layout_height="10.5dip" android:layout_centerInParent="true" />
<View android:background="@color/theme_white" android:layout_width="10.5dip" android:layout_height="1.5dip" android:layout_centerInParent="true" />
</RelativeLayout>
</RelativeLayout>