diff --git a/core/src/main/res/layout/item_help.xml b/core/src/main/res/layout/item_help.xml index f59906d3e..0ba2de417 100644 --- a/core/src/main/res/layout/item_help.xml +++ b/core/src/main/res/layout/item_help.xml @@ -10,7 +10,7 @@ android:id="@+id/item_help_title" android:layout_width="0dp" android:layout_height="wrap_content" - android:textAppearance="@style/TextAppearance.KiwixTheme.Headline6" + android:textAppearance="?textAppearanceHeadline6" app:layout_constraintEnd_toStartOf="@id/item_help_toggle_expand" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"