From f830d4745d4fffc8f37958932025ab34794036df Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Fri, 7 Apr 2017 15:04:35 +1000 Subject: [PATCH] Replace mysterious tick icon with "Update" or "Install" button in main list of apps. There is plenty of real estate in this main app list, and the tick causes confusion as identified in the user tests. --- app/src/main/res/layout/app_list_item.xml | 38 ++++++++++++++++------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/app_list_item.xml b/app/src/main/res/layout/app_list_item.xml index 27d94a900..a7ff42cde 100644 --- a/app/src/main/res/layout/app_list_item.xml +++ b/app/src/main/res/layout/app_list_item.xml @@ -36,7 +36,7 @@ app:layout_constraintTop_toTopOf="@+id/icon" android:layout_marginLeft="8dp" android:layout_marginStart="8dp" - app:layout_constraintEnd_toStartOf="@+id/install" + app:layout_constraintEnd_toStartOf="@+id/buttons" android:layout_marginEnd="8dp" android:layout_marginRight="8dp" /> @@ -57,18 +57,34 @@ android:layout_marginStart="8dp" android:layout_marginLeft="8dp" /> - + app:layout_constraintTop_toTopOf="@+id/icon"> + + + +