Limit unit type labels to single line

This commit is contained in:
Ensar Sarajčić
2023-09-13 16:07:45 +02:00
parent f55c40d6cd
commit 128986bf7c

View File

@ -27,6 +27,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:textAlignment="center"
android:singleLine="true"
tools:text="Temperature" />
</LinearLayout>