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

7 lines
858 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:id="@id/channels_list_unreads_background" android:background="@drawable/drawable_button_grey" android:paddingLeft="2.0dip" android:paddingTop="3.0dip" android:paddingRight="2.0dip" android:paddingBottom="3.0dip" android:layout_margin="8.0dip" android:elevation="2.0dip" 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="2.0dip" android:layout_centerInParent="true" android:textAllCaps="true" style="@style/UiKit.TextView.Subtext.SingleLine" />
</RelativeLayout>
</FrameLayout>