diff --git a/app/src/main/res/layout/activity_updates.xml b/app/src/main/res/layout/activity_updates.xml index 594cfbac18cb4d665e27efe612b56397285c8aac..871ac035cacb6701a3acc90e2174d29ca8fd196d 100644 --- a/app/src/main/res/layout/activity_updates.xml +++ b/app/src/main/res/layout/activity_updates.xml @@ -140,7 +140,7 @@ android:paddingBottom="24dp" android:paddingStart="16dp" android:textSize="16sp" - android:background="?attr/colorPrimary" + android:background="@color/toolbar_collapsed" android:text="@string/e_available_updates" android:textColor="?android:textColorPrimary" /> diff --git a/app/src/main/res/layout/update_item_view.xml b/app/src/main/res/layout/update_item_view.xml index 8c29dc796edaf6e3f895c0704a25a4202ed1fa40..fdecfeaddfa5330eca5f5f9849a3924c590a4d97 100644 --- a/app/src/main/res/layout/update_item_view.xml +++ b/app/src/main/res/layout/update_item_view.xml @@ -8,112 +8,60 @@ android:focusable="true" android:foreground="?attr/selectableItemBackground" android:nextFocusRight="@+id/update_action" - android:layout_marginTop="8dp" - android:layout_marginStart="8dp" - android:layout_marginEnd="8dp" - app:cardCornerRadius="16dp" + app:cardCornerRadius="0dp" app:contentPadding="16dp"> + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:orientation="vertical"> - - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="horizontal" + android:weightSum="1" + android:baselineAligned="false"> - + android:layout_weight="1" + android:orientation="vertical"> - - - - - - - - + android:alpha="0.87" + android:drawablePadding="8dp" + android:maxLines="1" + android:paddingBottom="8sp" + android:textColor="?android:attr/textColorPrimary" + android:textSize="16sp" + tools:text="LineageOS 20" /> - - - - + android:maxLines="1" + android:textSize="14sp" + tools:text="18 June 2023" /> + -