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

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: Modified the TextView widget height to wrap_content 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..2474a8d6a43eea83c4304f9d5f0b08d91c54203f 100644
--- a/chrome/android/java/res/layout/share_dialog_item.xml
+++ b/chrome/android/java/res/layout/share_dialog_item.xml
@@ -18,9 +18,8 @@
android:contentDescription="@null" />
<TextView android:id="@+id/text"
android:layout_width="wrap_content"
- android:layout_height="48dp"
+ android:layout_height="wrap_content"
android:gravity="start|center_vertical"
android:layout_marginStart="12dp"
- android:maxLines="2"
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