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

Commit 13deb4de authored by Joy Babafemi's avatar Joy Babafemi Committed by Android (Google) Code Review
Browse files

Merge "Fix dropdown presentation RTL alignment bug." into main

parents 93897e60 83371c64
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
                    android:paddingEnd="@dimen/autofill_view_right_padding"
                    android:paddingTop="@dimen/autofill_view_top_padding"
                    android:paddingBottom="@dimen/autofill_view_bottom_padding"
                    android:textDirection="locale"
                    android:orientation="vertical">

                        <TextView
@@ -53,6 +54,7 @@
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:textColor="?androidprv:attr/materialColorOnSurface"
                            android:textDirection="locale"
                            style="@style/autofill.TextTitle"/>

                        <TextView
@@ -60,6 +62,7 @@
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:textColor="?androidprv:attr/materialColorOnSurfaceVariant"
                            android:textDirection="locale"
                            style="@style/autofill.TextSubtitle"/>

                </LinearLayout>