Fixed numpad padding causing not centered #

This commit is contained in:
Sylvain Berfini 2025-07-28 10:38:12 +02:00
parent ace0a3f61e
commit e98318a23d

View file

@ -23,6 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="25sp"
android:includeFontPadding="false"
android:textColor="@color/bc_white"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"