Skip to content

Commit c013477

Browse files
committed
Update the height of the header and footer
This patch updates the height of the header and footer for line by line pages since the text ends up being cut on some devices.
1 parent 7a50341 commit c013477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/linebyline/ui/src/main/java/com/quran/mobile/linebyline/ui/renderer/calculator/QuranPageCalculator.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class QuranPageCalculator : PageCalculator {
3535
}
3636

3737
companion object {
38-
private const val headerFooterHeightRatio = 0.03f
38+
private const val headerFooterHeightRatio = 0.04f
3939
private const val quranImageMinWidthToHeightRatio = 1 / 1.60f
4040
private const val quranImageMaxWidthToHeightRatio = 1 / 1.84f
4141
private const val headerFooterMarginRatio = 0.027f

0 commit comments

Comments
 (0)