refs #6531 feat:last tickets

This commit is contained in:
Sergio De la torre 2024-02-27 09:41:47 +01:00
parent 256f449630
commit 1bfb376e19
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ data class TicketStateSalix(
val userFk: Int val userFk: Int
) { ) {
@RequiresApi(Build.VERSION_CODES.O) @RequiresApi(Build.VERSION_CODES.O)
var updated: String = "" var created: String = ""
@RequiresApi(Build.VERSION_CODES.O) @RequiresApi(Build.VERSION_CODES.O)
get() { get() {
return field.isoToString() return field.isoToString()

View File

@ -37,7 +37,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="@{item.updated}" android:text="@{item.created}"
android:textColor="@color/verdnatura_pumpkin_orange" android:textColor="@color/verdnatura_pumpkin_orange"
android:textSize="@dimen/h7" android:textSize="@dimen/h7"
android:gravity="center_vertical" android:gravity="center_vertical"