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

7 lines
982 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge 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/sticker_view_imageview" android:background="?attr/selectableItemBackground" android:padding="4dp" android:layout_width="match_parent" android:layout_height="match_parent"/>
<com.discord.rlottie.RLottieImageView android:id="@+id/sticker_view_lottie" android:background="?attr/selectableItemBackground" android:padding="4dp" android:layout_width="match_parent" android:layout_height="match_parent" app:actualImageScaleType="2" app:placeholderImage="?attr/theme_expression_picker_item_placeholder" app:placeholderImageScaleType="2"/>
<ImageView android:id="@+id/sticker_view_placeholder" android:padding="8dp" android:layout_width="match_parent" android:layout_height="match_parent" android:src="?attr/theme_expression_picker_item_placeholder"/>
</merge>