From 128986bf7c0d4be68ab7401e4fa4d3491f56eb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 13 Sep 2023 16:07:45 +0200 Subject: [PATCH] Limit unit type labels to single line --- app/src/main/res/layout/item_unit_type.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/item_unit_type.xml b/app/src/main/res/layout/item_unit_type.xml index daa7ff02..ee372221 100644 --- a/app/src/main/res/layout/item_unit_type.xml +++ b/app/src/main/res/layout/item_unit_type.xml @@ -27,6 +27,7 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:textAlignment="center" + android:singleLine="true" tools:text="Temperature" />