discord-jadx/app/src/main/res/layout/widget_channels_list_unreads.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

6 lines
835 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/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/UiKit_TextView_Subtext_SingleLine"/>
</RelativeLayout>
</FrameLayout>