From 25ee0a7438e4cce81ab0ec6c7a00f1e0a158968e Mon Sep 17 00:00:00 2001 From: menghanli Date: Wed, 16 Jun 2021 17:33:26 +0800 Subject: [PATCH] Fix "Left" & "Right" in the wrong sides for LTR language Root cause: In the LTR language, the "Left" & "Right" options should be in the opposite sides -- currently "Left" is in the right side and "Right" is in the left side (Same as the English version) and should be changed. Solution: Keep ltr layout direction. Bug: 190354990 Test: Manual test Change-Id: I47b71b3db7c834984202513e2cac6c4d787518dc --- res/layout/preference_balance_slider.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/preference_balance_slider.xml b/res/layout/preference_balance_slider.xml index 93e192aedc4..22e175ce50f 100644 --- a/res/layout/preference_balance_slider.xml +++ b/res/layout/preference_balance_slider.xml @@ -72,6 +72,7 @@