From a94975711df80b3e818df24724e977c613bdb581 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Wed, 18 Dec 2024 15:26:03 +0100 Subject: [PATCH] fix ui Signed-off-by: alperozturk --- app/src/main/res/drawable/ic_circle.xml | 20 +++++++------------ app/src/main/res/layout/list_header.xml | 14 ++++++++++++- .../layout/recommended_files_list_item.xml | 9 ++++++--- 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/app/src/main/res/drawable/ic_circle.xml b/app/src/main/res/drawable/ic_circle.xml index 75bd4b37de..9b1d377bc3 100644 --- a/app/src/main/res/drawable/ic_circle.xml +++ b/app/src/main/res/drawable/ic_circle.xml @@ -4,16 +4,10 @@ ~ SPDX-FileCopyrightText: 2018-2024 Google LLC ~ SPDX-License-Identifier: Apache-2.0 --> - - - - - - + + + + diff --git a/app/src/main/res/layout/list_header.xml b/app/src/main/res/layout/list_header.xml index 6520f22591..ae21224083 100644 --- a/app/src/main/res/layout/list_header.xml +++ b/app/src/main/res/layout/list_header.xml @@ -8,7 +8,6 @@ ~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only --> + + diff --git a/app/src/main/res/layout/recommended_files_list_item.xml b/app/src/main/res/layout/recommended_files_list_item.xml index 03ddf9701e..9f27e9bf84 100644 --- a/app/src/main/res/layout/recommended_files_list_item.xml +++ b/app/src/main/res/layout/recommended_files_list_item.xml @@ -30,11 +30,14 @@ + android:padding="@dimen/standard_eight_padding" + android:layout_width="@dimen/activity_icon_radius" + android:layout_height="@dimen/activity_icon_radius"/>