apkfuckery/com.discord/res/layout/widget_channels_list_unread...

7 lines
915 B
XML
Raw Normal View History

2019-02-04 20:08:30 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-04-25 10:39:51 +00:00
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
2019-02-04 20:08:30 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2019-04-25 10:39:51 +00:00
<RelativeLayout android:id="@id/channels_list_unreads_background" android:background="@drawable/drawable_button_grey" android:paddingLeft="@dimen/uikit_spacing_xsmall" android:paddingTop="3.0dip" android:paddingRight="@dimen/uikit_spacing_xsmall" android:paddingBottom="3.0dip" android:layout_margin="@dimen/uikit_spacing_medium" style="@style/UiKit.ViewGroup.RelativeLayout">
<TextView android:textSize="12.0dip" android:textColor="@color/white" android:ellipsize="none" android:id="@id/channels_list_unreads" android:drawablePadding="@dimen/uikit_spacing_xsmall" android:layout_centerInParent="true" android:textAllCaps="true" style="@style/UiKit.TextView.Subtext.SingleLine" />
</RelativeLayout>
</FrameLayout>