Merge "Update Volume title font size" into sc-dev am: 47684fcca3

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14758072

Change-Id: I27d97b3d06b2e8b8e972a93d26a26bc5347f97d5
This commit is contained in:
TreeHugger Robot
2021-05-31 03:29:30 +00:00
committed by Automerger Merge Worker

View File

@@ -58,8 +58,7 @@
android:layout_weight="1"
android:paddingStart="12dp"
android:singleLine="true"
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead"
android:textColor="?android:attr/textColorPrimary"
android:textAppearance="@style/TextAppearance.PreferenceTitle.SettingsLib"
android:ellipsize="marquee"
android:fadingEdge="horizontal"/>
<!-- Preference should place its actual preference widget here. -->