From d2658b57d8c4ff0b79e985b7e68cbd67d0103815 Mon Sep 17 00:00:00 2001 From: Peter_Liang Date: Wed, 21 Apr 2021 22:08:45 +0800 Subject: [PATCH] Fix the entire text is aligned middle of the Vision setting screen. Root cause: The preferenceStyle attribute was overridden in the PreferenceTheme.SetupWizard style. Solution: Remove the overriden preferenceStyle. Bug: 183086481 Test: manual test Change-Id: I60d127baef9274170a31eaf3cfbd210312334311 --- res/values/styles_preference.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/values/styles_preference.xml b/res/values/styles_preference.xml index c162fc46b5b..5ad553a4ee4 100644 --- a/res/values/styles_preference.xml +++ b/res/values/styles_preference.xml @@ -30,7 +30,6 @@