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

5 lines
674 B
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">
<TextView android:textSize="11.0sp" android:textColor="@color/theme_white" android:id="@id/channel_members_list_item_header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="16.0dip" android:layout_marginTop="12.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="12.0dip" android:singleLine="true" android:textAllCaps="true" fontPath="@string/font_whitney_bold" />
</LinearLayout>