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

Unified Diff: chrome/android/java/res/values-sw600dp/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
« no previous file with comments | « no previous file | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-sw600dp/values.xml
diff --git a/chrome/android/java/res/values-sw600dp/values.xml b/chrome/android/java/res/values-sw600dp/values.xml
index 5a8b57aeca76869e3b86d379376bd6bfb4533703..2b915071ebd471f262e659448a81d22d8de3921d 100644
--- a/chrome/android/java/res/values-sw600dp/values.xml
+++ b/chrome/android/java/res/values-sw600dp/values.xml
@@ -18,8 +18,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.27</item>
- <item name="top_controls_hide_threshold" format="float" type="floats">0.17</item>
+ <item name="top_controls_show_threshold" format="float" type="dimen">0.27</item>
+ <item name="top_controls_hide_threshold" format="float" type="dimen">0.17</item>
<!-- The number of thumbnails that the thumbnail cache can hold. -->
<integer name="default_thumbnail_cache_size">3</integer>
« no previous file with comments | « no previous file | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698