Shiny_Wallpaper/app/src/main/res/layout/sub_item_image.xml
2024-08-02 16:03:37 +08:00

16 lines
482 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/sub_image_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:layout_marginTop="5dp"
android:layout_marginLeft="5dp"/>
</RelativeLayout>