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

Commit 84f1a9e4 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Merge "Fixed the text alignment with RTL text" into oc-dr1-dev am:...

Merge "Merge "Fixed the text alignment with RTL text" into oc-dr1-dev am: 19821880" into oc-dr1-dev-plus-aosp
am: 43f98923

Change-Id: Id4b3af10ed5ccbd1eefbd2c735c66ac38962319f
parents 0629b5d2 43f98923
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
                android:singleLine="false"
                android:gravity="top"
                android:visibility="gone"
                android:textAlignment="viewStart"
                />
        </LinearLayout>

+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:singleLine="true"
        android:ellipsize="marquee"
        android:fadingEdge="horizontal"
        android:textAlignment="viewStart"
        />
    <TextView android:id="@+id/text_line_1"
        android:textAppearance="@style/TextAppearance.Material.Notification"
+1 −0
Original line number Diff line number Diff line
@@ -24,5 +24,6 @@
    android:fadingEdge="horizontal"
    android:gravity="top"
    android:singleLine="true"
    android:textAlignment="viewStart"
    android:textAppearance="@style/TextAppearance.Material.Notification"
    />