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

Commit 75216f91 authored by Jeremy Sim's avatar Jeremy Sim Committed by Android (Google) Code Review
Browse files

Merge "Fix bug with long strings not aligning left on menu items" into main

parents c61f4ede 6867b18d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@
        android:layout_marginStart="@dimen/task_menu_option_text_start_margin"
        android:textSize="14sp"
        android:textColor="?androidprv:attr/materialColorOnSurface"
        android:focusable="false" />
        android:focusable="false"
        android:gravity="start"
        android:ellipsize="end" />

</LinearLayout>