summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tomasz Mikolajewski <mtomasz@google.com> 2017-07-12 16:08:53 +0900
committer Daichi Hirono <hirono@google.com> 2019-07-02 00:19:55 +0000
commit5f46a171bf2d5eb6c24ed5d215e8e7a098bde60f (patch)
tree65b814839a3bcafcdf5f0ffaa93efd1f06494ed4
parent0a4505966e7ca33a067fe2b912805084fb782848 (diff)
Fix mistakenly swapped hot spots for horizontal resizing.
Hot spots for the large asset version are OK. Test: None, but confirmed with Chrome OS specs and asset. Bug: 63603916 Change-Id: Iec8c044db4fdcf38469eea0912766d932621cc2d (cherry picked from commit 4ed00e1f9958f8a3b75149c8375e0f399ec3e39e)
-rw-r--r--core/res/res/drawable/pointer_horizontal_double_arrow_icon.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/drawable/pointer_horizontal_double_arrow_icon.xml b/core/res/res/drawable/pointer_horizontal_double_arrow_icon.xml
index 5a5ad9e62657..93b3fe500d9c 100644
--- a/core/res/res/drawable/pointer_horizontal_double_arrow_icon.xml
+++ b/core/res/res/drawable/pointer_horizontal_double_arrow_icon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
android:bitmap="@drawable/pointer_horizontal_double_arrow"
- android:hotSpotX="11dp"
- android:hotSpotY="12dp" />
+ android:hotSpotX="12dp"
+ android:hotSpotY="11dp" />