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

5 lines
654 B
XML
Raw Normal View History

2020-07-08 16:44:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-02 04:07:20 +00:00
<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"
2020-07-08 16:44:49 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
2020-07-23 01:06:17 +00:00
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/gif_item_image" android:layout_width="fill_parent" android:layout_height="fill_parent" app:placeholderImage="?colorBackgroundPrimary" />
2020-07-08 16:44:49 +00:00
</androidx.cardview.widget.CardView>