xref: /aosp_15_r20/development/samples/VirtualDeviceManager/common/res/layout/rotary_fragment.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
2    android:id="@+id/rotary"
3    android:layout_width="wrap_content"
4    android:layout_height="wrap_content"
5    android:layout_margin="5dp"
6    android:layout_gravity="center"
7    android:scaleType="matrix"
8    android:src="@drawable/rotary" />
9