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

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

Issue 2730703003: Change CBD layout and texts (Closed)
Patch Set: rebase Created 3 years, 9 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/attrs.xml
diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml
index cbcf2b99effd8d1f4fdd94d85301e75da44272e4..19ecc3969cf27700a52e854a67b35b75b7b13035 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 display the TextView and the Spinner on the
+ 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>

Powered by Google App Engine
This is Rietveld 408576698