From 02200d29af4c96d6e2bf1143d15666dc3354bf43 Mon Sep 17 00:00:00 2001 From: menghanli Date: Thu, 27 May 2021 10:20:44 +0800 Subject: [PATCH] Fix [AR] - Icons are slightly overlapping adjacent text in the Allow Accessibility demo Root cause: Use marginRight between icon and text, but it does not work for RTL launguage. Solution: Use margineEnd instead. Bug: 189221008 Test: Manual testing Change-Id: I02d30228c80c95aeb3b875364f2d2cbf76f3664b --- res/values/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/styles.xml b/res/values/styles.xml index a5b187bf94e..7b8a75d947e 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -648,7 +648,7 @@