discord-jadx/app/src/main/res/layout/widget_channels_list_unread...

7 lines
865 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content">
<RelativeLayout android:id="@+id/channels_list_unreads_background" android:background="@drawable/drawable_button_grey" android:paddingLeft="2dp" android:paddingTop="3dp" android:paddingRight="2dp" android:paddingBottom="3dp" android:layout_margin="8dp" android:elevation="2dp" style="@style/res_2131952606_uikit_viewgroup_relativelayout">
<TextView android:textSize="12dp" android:textColor="@color/white" android:ellipsize="none" android:id="@+id/channels_list_unreads" android:drawablePadding="2dp" android:layout_centerInParent="true" android:textAllCaps="true" style="@style/res_2131952580_uikit_textview_subtext_singleline"/>
</RelativeLayout>
</FrameLayout>