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

6 lines
751 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-07-08 16:44:49 +00:00
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/FlexInput.Items.Photo"
2020-05-17 12:40:10 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
2020-07-08 16:44:49 +00:00
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/content_iv" android:layout_width="fill_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" app:placeholderImageScaleType="centerCrop" app:roundedCornerRadius="4.0dip" style="@style/FlexInput.Items.Photo.Image" />
2020-05-17 12:40:10 +00:00
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_check_indicator" android:visibility="gone" style="@style/FlexInput.Items.Photo.Selection" />
</FrameLayout>