Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6864636b authored by Riley Jones's avatar Riley Jones
Browse files

Removing ellipsizing from AccessibilityMenu items, so their text can wrap properly.

Test: install apk, make text size very big, check menu. Items should be multiline.
Bug: 276307025
Change-Id: I9ef5e43373ad44e11ec2d998efe9d1228c01231b
parent 86e546f9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
      android:layout_height="@dimen/image_button_height"
      android:layout_alignParentTop="true"
      android:layout_centerHorizontal="true"
      android:scaleType="fitCenter"></ImageButton>
      android:scaleType="fitCenter"/>

<TextView
      android:id="@+id/shortcutLabel"
@@ -22,7 +22,6 @@
      android:layout_marginTop="@dimen/grid_item_text_view_margin_top"
      android:layout_below="@+id/shortcutIconBtn"
      android:layout_centerHorizontal="true"
      android:ellipsize="end"
      android:gravity="center_horizontal"
      android:importantForAccessibility="no"
      android:lines="2"