From 137faae6e92d0f0fb7c7c150fffd55a76de26a0f Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Mon, 24 Feb 2020 17:37:11 +0530 Subject: [PATCH] Fix #1792 Change style of text used --- core/src/main/res/layout/item_help.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"