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

Commit 5d4e4c00 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by android-build-merger
Browse files

Merge "Media: Align cast device names properly in RTL languages." into qt-dev

am: 2351ded4

Change-Id: Ic910a6555419f18dfc0a088749e1f0b2930fa579
parents e9098e16 2351ded4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
        <TextView android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:layout_gravity="center"
                  android:paddingLeft="16dp"
                  android:paddingStart="16dp"
                  android:text="@string/media_route_chooser_searching" />
    </LinearLayout>

+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
                  android:layout_height="wrap_content"
                  android:singleLine="true"
                  android:ellipsize="marquee"
                  android:textAlignment="viewStart"
                  android:textAppearance="?android:attr/textAppearanceMedium"
                  android:duplicateParentState="true" />

@@ -42,6 +43,7 @@
                  android:layout_height="wrap_content"
                  android:singleLine="true"
                  android:ellipsize="marquee"
                  android:textAlignment="viewStart"
                  android:textAppearance="?android:attr/textAppearanceSmall"
                  android:duplicateParentState="true" />
    </LinearLayout>