feat roadMap #refs 7296

This commit is contained in:
Sergio De la torre 2024-06-18 12:34:47 +02:00
parent c4258e9056
commit 5cac424387
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@{String.valueOf(item.Pallet)}"
android:layout_height="32dp"
android:text="@{String.valueOf(item.pallet)}"
android:textSize="@dimen/body2"
android:textColor="@color/verdnatura_white"
android:gravity="center"/>