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

5 lines
618 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="?attr/colorBackgroundPrimary" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingBottom="8dp" android:layout_width="match_parent" android:layout_height="@dimen/channel_list_row_height">
<View android:layout_gravity="bottom" android:id="@+id/channel_members_list_item_header_placeholder" android:background="@drawable/drawable_empty_text_placeholder_dark" android:layout_width="150dp" android:layout_height="@dimen/channel_list_placeholder_height"/>
</FrameLayout>