MyLiveWallpaper/app/src/main/res/layout/item_main.xml
litingting 3dab1d77c9 init
2024-12-21 11:03:46 +08:00

11 lines
353 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/image_thumb"
android:layout_width="match_parent"
android:layout_height="180dp" />
</RelativeLayout>