Skip to content
Snippets Groups Projects
Commit 4890b833 authored by Dhina17's avatar Dhina17 Committed by Dhina17
Browse files

SystemUI: Force pulse light layout direction to ltr

Fixes that edge light views are interchanging the sides in RTL.

Change-Id: I1b79f87f5edc777762ac7c984f88644a3235de8b
parent 25cb04d3
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layoutDirection="ltr"
android:background="@android:color/transparent">
<ImageView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment