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

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

Issue 1097393005: Wrap content TextView widget in Share Dialogue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « AUTHORS ('k') | 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/share_dialog_item.xml
diff --git a/chrome/android/java/res/layout/share_dialog_item.xml b/chrome/android/java/res/layout/share_dialog_item.xml
index 84960f61904b1ef9e87417ecb310605ec9a1076f..4b2d4d38b3a36511ae9437b4fca218c789f04bc7 100644
--- a/chrome/android/java/res/layout/share_dialog_item.xml
+++ b/chrome/android/java/res/layout/share_dialog_item.xml
@@ -21,6 +21,7 @@
android:layout_height="48dp"
aurimas (slooooooooow) 2015/04/24 18:03:14 Can we do wrap_content for layout_height instead o
android:gravity="start|center_vertical"
android:layout_marginStart="12dp"
- android:maxLines="2"
+ android:singleLine="true"
+ android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698