apkfuckery/com.discord/res/layout/gif_item_view.xml

5 lines
654 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_marginBottom="8.0dip" app:cardBackgroundColor="@color/transparent" app:cardCornerRadius="4.0dip" app:cardElevation="0.0dip" app:strokeWidth="0.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/gif_item_image" android:layout_width="fill_parent" android:layout_height="fill_parent" app:placeholderImage="?colorBackgroundPrimary" />
</androidx.cardview.widget.CardView>