gts3l-common: overlay: Change the pointer arrow hotspot location

This is from the CTD1 firmware

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I1ef4b924ddf98e9c5e3c2a00ea6e4774fef6ec98
This commit is contained in:
Deokgyu Yang 2021-08-31 00:06:55 +09:00
parent 670688090f
commit 156d7463e8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android" <pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
android:bitmap="@drawable/pointer_arrow" android:bitmap="@drawable/pointer_arrow"
android:hotSpotX="15px" android:hotSpotX="3.0dip"
android:hotSpotY="15px" /> android:hotSpotY="3.0dip" />