Merge "New mouse pointer arrow with high res versions. Bug: 6579869" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
43fa4c5261
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -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="6"
|
android:hotSpotX="9"
|
||||||
android:hotSpotY="6" />
|
android:hotSpotY="9" />
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.4 KiB |
5
core/res/res/drawable-xhdpi/pointer_arrow_icon.xml
Normal file
5
core/res/res/drawable-xhdpi/pointer_arrow_icon.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:bitmap="@drawable/pointer_arrow"
|
||||||
|
android:hotSpotX="12"
|
||||||
|
android:hotSpotY="12" />
|
||||||
Reference in New Issue
Block a user