From 3ba30e359e4b111530f48fdca4fb636f52687b5a Mon Sep 17 00:00:00 2001 From: Dipen Pradhan Date: Thu, 9 Mar 2023 01:10:21 -0800 Subject: QuickControls UI issues in RTL 1. Missing "Bluetooth" UI text in AAOS QuickControls 2. Brightness control displaying blank in RTL languages Title TextView is not visible in RTL languages when icon visiblity is set to gone qc_title depends on barrier1 which depends on qc_icon. Removing constraint_referenced_ids for barrier1 to fix Fixes: 265113155, 265113408 Test: Open Bluetooth QC menu by clicking on bluetooth icon in statusbar, check layout for LTR and RTL languages. Repeat test for Screen Brightness QC menu Change-Id: Ifef165f9136193295955657636ed5112820b9564 --- car-qc-lib/res/layout/qc_row_view.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/car-qc-lib/res/layout/qc_row_view.xml b/car-qc-lib/res/layout/qc_row_view.xml index be8c391..2d95888 100644 --- a/car-qc-lib/res/layout/qc_row_view.xml +++ b/car-qc-lib/res/layout/qc_row_view.xml @@ -69,7 +69,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" app:barrierDirection="end" - app:constraint_referenced_ids="qc_icon" app:barrierAllowsGoneWidgets="false"/>