Commit 61491ae4 authored by Friedrich Horschig's avatar Friedrich Horschig Committed by Commit Bot

[PwdCheckAndroid] Enforce LTR direction for origin.

Even in RTL layouts, origins should remain in LTR layout.

Bug: None.
Change-Id: I5f928e1b2d0e82e3918c46c02d57361030e56ea3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339753Reviewed-by: default avatarIoana Pandele <ioanap@chromium.org>
Commit-Queue: Friedrich [CET] <fhorschig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795944}
parent 22fced22
......@@ -25,6 +25,7 @@
android:id="@+id/credential_origin"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layoutDirection="ltr"
android:textAppearance="@style/TextAppearance.TextLarge.Primary" />
<TextView
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment