Files
android_development/samples/ApiDemos/res/drawable/custom_pointer_icon.xml
Jun Mukai 6cb3668322 Introduce the examples of pointer shape API.
Change-Id: Ib0be39d560fbc00db661f639a02c4df2e2c1867b
2016-02-03 14:54:44 -08:00

6 lines
238 B
XML

<?xml version="1.0" encoding="utf-8"?>
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
android:bitmap="@drawable/smile"
android:hotSpotX="25dp"
android:hotSpotY="25dp" />