android_mt6572_jiabo/external/koush/ion/ion-sample/res/layout/image.xml
2025-09-05 16:56:03 +08:00

16 lines
No EOL
560 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center" >
<com.koushikdutta.ion.sample.SquaredImageView
android:id="@+id/image"
android:scaleType="fitCenter"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center" />
</FrameLayout>