jenkins-bot has submitted this change and it was merged.

Change subject: Fix language picker word wrap
......................................................................


Fix language picker word wrap

* Fix word wrap case where language header text is shorter than
  subtitle text. For example, 中文 / Chinese would cause the
  "Chinese" subtitle to break at the final e and span onto a second
  line.

Change-Id: Ifff97b451b2fdc2a6bec6cb8bbaa929b20d634d3
---
M wikipedia/res/layout/simple_list_item_activated_2.xml
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  BearND: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wikipedia/res/layout/simple_list_item_activated_2.xml 
b/wikipedia/res/layout/simple_list_item_activated_2.xml
index e16fc64..0e389a6 100644
--- a/wikipedia/res/layout/simple_list_item_activated_2.xml
+++ b/wikipedia/res/layout/simple_list_item_activated_2.xml
@@ -44,9 +44,7 @@
               android:layout_height="wrap_content"
               android:layout_below="@android:id/text1"
               android:layout_alignLeft="@android:id/text1"
-              android:layout_alignRight="@android:id/text1"
               android:layout_alignStart="@android:id/text1"
-              android:layout_alignEnd="@android:id/text1"
               android:textAppearance="?android:attr/textAppearanceSmall"
               tools:text="Sample text 2"
               />

-- 
To view, visit https://gerrit.wikimedia.org/r/207651
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifff97b451b2fdc2a6bec6cb8bbaa929b20d634d3
Gerrit-PatchSet: 2
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <step...@niedzielski.com>
Gerrit-Reviewer: BearND <bsitzm...@wikimedia.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Dbrant <dbr...@wikimedia.org>
Gerrit-Reviewer: Mholloway <mhollo...@wikimedia.org>
Gerrit-Reviewer: Niedzielski <step...@niedzielski.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to