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

11 lines
1.3 KiB
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">
<com.google.android.material.card.MaterialCardView android:id="@+id/discord_u_add_server_list_item_layout" android:background="?attr/colorBackgroundPrimary" android:layout_marginBottom="8dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" style="@style/res_2131952049_nux_guildtemplates_card">
<LinearLayout android:gravity="center_vertical" android:padding="12dp" android:layout_width="match_parent" android:layout_height="wrap_content">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/discord_u_add_server_list_item_image" android:layout_width="40dp" android:layout_height="40dp" android:scaleType="centerCrop"/>
<TextView android:id="@+id/discord_u_add_server_list_item_text" android:layout_width="0dp" android:layout_weight="1" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
<ImageView android:layout_width="20dp" android:layout_height="20dp" android:src="@drawable/icon_carrot" android:importantForAccessibility="no"/>
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
</FrameLayout>