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)
This commit is contained in:
shreerag
2018-07-09 17:40:22 -07:00
committed by Josh Yang
parent 511be9a373
commit 4eb5d6ae19

View File

@@ -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" />
</com.android.internal.widget.WatchHeaderListView>
</FrameLayout>