Index: chrome/android/java/res/values/attrs.xml |
diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml |
index cbcf2b99effd8d1f4fdd94d85301e75da44272e4..70e8c1aa21fcae276fde10e7582da79bb15b0092 100644 |
--- a/chrome/android/java/res/values/attrs.xml |
+++ b/chrome/android/java/res/values/attrs.xml |
@@ -71,6 +71,9 @@ |
</declare-styleable> |
<declare-styleable name="SpinnerPreference"> |
+ <!-- Used to change the SpinnerPreference to displays the TextView and the Spinner on the |
Theresa
2017/03/30 21:57:47
nit: s/displays/display
dullweber
2017/03/31 10:42:42
Done.
|
+ same line. Devices with a smallest width of less than 360dp will still use two separate |
+ lines. --> |
<attr name="singleLine" format="boolean" /> |
</declare-styleable> |
</resources> |