Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: ui/android/java/res/values/dimens.xml

Issue 1778063002: Eliminate pinch drift by removing touch radius from span calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shrink minimum scale span. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/res/values/dimens.xml
diff --git a/ui/android/java/res/values/dimens.xml b/ui/android/java/res/values/dimens.xml
index 5e83fce130c7ac59af7aa9c3ece37e30053e5466..c806a48743fc97eadfa249154df92c29c4fee489 100644
--- a/ui/android/java/res/values/dimens.xml
+++ b/ui/android/java/res/values/dimens.xml
@@ -20,9 +20,7 @@
cannot be retrieved by name.
Note: Constants taken directly from Android's core/res/values/config.xml.
-->
- <dimen name="config_min_scaling_span">27.0mm</dimen>
- <dimen name="config_min_scaling_touch_major">48.0dp</dimen>
-
+ <dimen name="config_min_scaling_span">12.0mm</dimen>
<dimen name="keyboard_accessory_chip_height">32dp</dimen>
<dimen name="keyboard_accessory_half_padding">4dp</dimen>
<dimen name="keyboard_accessory_height">48dp</dimen>
« no previous file with comments | « no previous file | ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698