diff --git a/app/src/main/res/layout/account_profile_device_list_cell.xml b/app/src/main/res/layout/account_profile_device_list_cell.xml index 647be35a1..22b363c66 100644 --- a/app/src/main/res/layout/account_profile_device_list_cell.xml +++ b/app/src/main/res/layout/account_profile_device_list_cell.xml @@ -1,5 +1,5 @@ - @@ -20,20 +20,13 @@ + tools:ignore="MissingConstraints" /> + + + app:layout_constraintTop_toTopOf="parent" /> @@ -94,7 +101,7 @@ android:id="@+id/last_connection_time" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="20dp" + android:layout_marginStart="16dp" android:layout_marginTop="10dp" android:text="@{model.lastConnectionTime, default=`9h25`}" android:textSize="14sp"