| 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>
|
|
|