From fa5f8d3b0a39296e2eb096fac111a404500f803f Mon Sep 17 00:00:00 2001 From: menghanli Date: Thu, 27 Apr 2023 17:09:31 +0800 Subject: [PATCH] Fix "Open " starts from end for RTL language Root cause: TextView space uses "wrap_content" to not match the parent width Solution: Use "match_parent" instead Bug: 279646115 Test: anual test for RTL and LTR language Change-Id: If4091958e5ab4323c881732a7b38814dc93db4a1 --- res/layout/accessibility_launch_activity_preference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/accessibility_launch_activity_preference.xml b/res/layout/accessibility_launch_activity_preference.xml index 5ec6bea4690..679120663ef 100644 --- a/res/layout/accessibility_launch_activity_preference.xml +++ b/res/layout/accessibility_launch_activity_preference.xml @@ -34,7 +34,7 @@