From 391d888908de3f75f9af2033afb814afafa694b9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 3 Sep 2021 23:36:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Increase=20downlaod=20button=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/list_item_view_app_download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/list_item_view_app_download.xml b/app/src/main/res/layout/list_item_view_app_download.xml index 7d1d141..0eaf068 100644 --- a/app/src/main/res/layout/list_item_view_app_download.xml +++ b/app/src/main/res/layout/list_item_view_app_download.xml @@ -3,7 +3,7 @@ android:id="@+id/linear_layout_app_list" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="50dp" + android:layout_height="70dp" android:paddingTop="5dp" android:paddingBottom="5dp" android:paddingStart="5dp"