replace times symbol with escape sequence

refs #257
This commit is contained in:
johan12345
2022-11-12 20:58:12 +01:00
parent cd3b1db90d
commit a91a5ce52e

View File

@@ -39,7 +39,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="38dp"
android:layout_marginTop="38dp"
android:text="@{String.format("× %d", item.chargepoint.count)}"
android:text="@{String.format("\u00D7 %d", item.chargepoint.count)}"
android:textAppearance="@style/TextAppearance.Material3.BodySmall"
app:layout_constraintStart_toStartOf="@+id/imageView"
app:layout_constraintTop_toTopOf="@+id/imageView"