From 4eb5d6ae19c20c16c267328826ad63a95afad5c8 Mon Sep 17 00:00:00 2001 From: shreerag Date: Mon, 9 Jul 2018 17:40:22 -0700 Subject: [PATCH] Changing the settings fragment preference screen to use a TextAppearance for the title Bug: 110997086 Change-Id: Ib16b22e2de1d277439a63cdf3a581382975d0bac (cherry picked from commit 1bb07fe3b1e0b61fda29285df2891e8d369ed02c) (cherry picked from commit e85e333c9726b4f81d07ce5d34087b3848060927) --- core/res/res/layout-watch/preference_list_fragment_material.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout-watch/preference_list_fragment_material.xml b/core/res/res/layout-watch/preference_list_fragment_material.xml index 22e66d5139361..8f2658b357fdb 100644 --- a/core/res/res/layout-watch/preference_list_fragment_material.xml +++ b/core/res/res/layout-watch/preference_list_fragment_material.xml @@ -43,7 +43,7 @@ android:paddingStart="@dimen/dialog_padding_material" android:paddingEnd="@dimen/dialog_padding_material" android:paddingBottom="8dp" - android:textAppearance="@style/TextAppearance.Material.Title" + android:textAppearance="?android:attr/textAppearanceLarge" android:gravity="center_horizontal|top" />