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