fix #189, use × instead of * for multiplication

This commit is contained in:
tibbi 2020-12-28 20:30:46 +01:00
parent 549172021c
commit 3be6487fdd

View File

@ -156,7 +156,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="*" />
android:text="×" />
</LinearLayout>
<LinearLayout