discord-jadx/app/src/main/res/layout/gif_category_item_view.xml

10 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="96dp" android:layout_marginBottom="8dp" app:cardBackgroundColor="@color/transparent" app:cardCornerRadius="4dp" app:cardElevation="0dp" app:strokeWidth="0dp">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/gif_category_item_preview" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" app:placeholderImage="?attr/colorBackgroundPrimary"/>
<View android:background="@color/primary_800_alpha_50" android:layout_width="match_parent" android:layout_height="match_parent"/>
<LinearLayout android:layout_gravity="bottom|left|center_vertical|center_horizontal|center|start" android:layout_marginBottom="8dp" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal">
<ImageView android:layout_gravity="center_vertical" android:id="@+id/gif_category_item_icon" android:layout_width="16dp" android:layout_height="16dp" android:importantForAccessibility="no" android:layout_marginEnd="8dp" app:tint="@color/white"/>
<TextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textColor="@color/white" android:layout_gravity="bottom|left|center_vertical|center_horizontal|center|start" android:id="@+id/gif_category_item_title" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</androidx.cardview.widget.CardView>