xref: /aosp_15_r20/development/samples/VirtualDeviceManager/host/res/layout/fragment_input_mouse.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<TextView xmlns:android="http://schemas.android.com/apk/res/android"
2    android:id="@+id/touchpad"
3    android:layout_width="match_parent"
4    android:layout_height="match_parent"
5    android:layout_margin="5dp"
6    android:gravity="center"
7    android:background="?attr/colorButtonNormal" />
8