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

5 lines
627 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:paddingTop="8dp" android:paddingRight="16dp" android:paddingBottom="8dp" android:layout_width="match_parent" android:layout_height="wrap_content">
<TextView android:gravity="bottom" android:id="@+id/channel_members_list_item_header_text" android:focusable="true" android:layout_width="match_parent" android:layout_height="match_parent" android:singleLine="true" style="@style/res_2131952567_uikit_textview_h6"/>
</FrameLayout>