discord-jadx/app/src/main/res/layout-v22/simple_member_list_item.xml

5 lines
690 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:focusable="true" android:clickable="true" android:foreground="?attr/bg_pressed_highlight" style="@style/UiKit_ViewGroup">
<com.discord.views.user.SettingsMemberView android:id="@+id/member_view" android:paddingLeft="16dp" android:paddingTop="12dp" android:paddingRight="16dp" android:paddingBottom="12dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingHorizontal="16dp" android:paddingVertical="12dp" app:smv_background_color="?attr/colorBackgroundPrimary"/>
</FrameLayout>