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

Unified Diff: ui/android/java/src/org/chromium/ui/DropdownItemBase.java

Issue 2510283002: Http Bad: Put icon on the left of warning message and make value and label in one line on Android (Closed)
Patch Set: minor change Created 4 years 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 | « ui/android/java/src/org/chromium/ui/DropdownItem.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/src/org/chromium/ui/DropdownItemBase.java
diff --git a/ui/android/java/src/org/chromium/ui/DropdownItemBase.java b/ui/android/java/src/org/chromium/ui/DropdownItemBase.java
index c27aafa4af604947fcbb735ac68212488b0ad370..9554d33d9a196b5dacddc56bdb858ef14f0e29bd 100644
--- a/ui/android/java/src/org/chromium/ui/DropdownItemBase.java
+++ b/ui/android/java/src/org/chromium/ui/DropdownItemBase.java
@@ -48,4 +48,14 @@ public class DropdownItemBase implements DropdownItem {
public int getLabelFontSizeResId() {
return R.dimen.dropdown_item_label_font_size;
}
+
+ @Override
+ public boolean isLabelAndSublabelOnSameLine() {
+ return false;
+ }
+
+ @Override
+ public boolean isIconAtStart() {
+ return false;
+ }
}
« no previous file with comments | « ui/android/java/src/org/chromium/ui/DropdownItem.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698