jimu-decompiled/resources/res/layout/item_sub_person.xml
2025-05-13 19:24:51 +02:00

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="9px">
<androidx.cardview.widget.CardView
android:id="@+id/cd_prev"
android:layout_width="192px"
android:layout_height="108px"
android:foreground="?android:attr/selectableItemBackground"
app:cardCornerRadius="10dp"
app:cardElevation="0dp">
<ImageView
android:id="@+id/img_sub_person"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"/>
<ImageView
android:layout_gravity="center"
android:id="@+id/img_video"
android:background="@mipmap/icon_play"
android:visibility="gone"
android:layout_width="@dimen/publish_item_play"
android:layout_height="@dimen/publish_item_play"/>
</androidx.cardview.widget.CardView>
</com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout>