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

Unified Diff: chrome/android/java/res/layout/custom_tabs_toolbar.xml

Issue 1320493003: [Custom Tabs]Fix a bug that https is not shown properly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/custom_tabs_toolbar.xml
diff --git a/chrome/android/java/res/layout/custom_tabs_toolbar.xml b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
index 19ac4b7ca0cf4767232b1a3ef38ca17d9279bb83..fc09e66ab2a8ddbdc4ba7d49d865324f2db59836 100644
--- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
+++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
@@ -51,7 +51,7 @@
android:layout_gravity="bottom"
android:background="@null"
android:inputType="none"
- android:maxLines="1"
+ android:singleLine="true"
android:paddingEnd="@dimen/toolbar_edge_padding"
android:textSize="@dimen/location_bar_url_text_size" />
</FrameLayout>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698