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

Unified Diff: chrome/android/java/res/values/values.xml

Issue 2680723004: Android: Fix values to use standard type (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/android/java/res/values/values.xml
diff --git a/chrome/android/java/res/values/values.xml b/chrome/android/java/res/values/values.xml
index 094d436b7394b363ee14f7419503330ec55a2eef..72b17c26fb8a905b8b4d975467251b573aea11e0 100644
--- a/chrome/android/java/res/values/values.xml
+++ b/chrome/android/java/res/values/values.xml
@@ -21,8 +21,8 @@
<!-- These constants were chosen empirically for their visually pleasant behavior.
Contact tedchoc@chromium.org or dtrainor@chromium.org for questions about
changing these values. -->
- <item name="top_controls_show_threshold" format="float" type="floats">0.5</item>
- <item name="top_controls_hide_threshold" format="float" type="floats">0.5</item>
+ <item name="top_controls_show_threshold" format="float" type="dimen">0.5</item>
+ <item name="top_controls_hide_threshold" format="float" type="dimen">0.5</item>
<!-- The number of thumbnails that the thumbnail cache can hold. -->
<integer name="default_thumbnail_cache_size">5</integer>

Powered by Google App Engine
This is Rietveld 408576698