We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a52faa commit 3349c95Copy full SHA for 3349c95
1 file changed
design/src/main/res/layout/preference_switch.xml
@@ -32,15 +32,15 @@
32
android:id="@+id/title_view"
33
android:layout_width="wrap_content"
34
android:layout_height="wrap_content"
35
- android:textAppearance="?attr/textAppearanceTitleMedium"
+ android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
36
android:textColor="?attr/colorOnSurface" />
37
38
<TextView
39
android:id="@+id/summary_view"
40
41
42
android:layout_marginTop="@dimen/item_text_margin"
43
- android:textAppearance="?attr/textAppearanceBodyMedium"
+ android:textAppearance="@style/TextAppearance.MaterialComponents.Body2"
44
android:textColor="?attr/colorOnSurfaceVariant" />
45
</LinearLayout>
46
0 commit comments