From e0131fa6b01ada40905ccd365da4511c2a88dc1c Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 6 Jun 2022 16:17:43 +0200 Subject: Fix inconsistent text size in landscape mode Dimens weren't refreshed when the orientation changed. Dimens are not the right solution anyway, use scaling factors instead. --- res/values-land/dimens.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'res/values-land/dimens.xml') diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml index 5d63986..dc7f653 100644 --- a/res/values-land/dimens.xml +++ b/res/values-land/dimens.xml @@ -1,11 +1,5 @@ - 12dp - 3dp - 3dp - 36dp - 0.4 - 0.3 48dp 25dp -- cgit v1.2.3