From d6ff95e9236132e3463b211770e6c262b8e69f95 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 8 Nov 2020 20:49:58 +0100 Subject: [PATCH] align folder name to bottom by default at rounded corners --- app/src/main/res/layout/directory_item_grid_rounded_corners.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/directory_item_grid_rounded_corners.xml b/app/src/main/res/layout/directory_item_grid_rounded_corners.xml index e59014668..b42803047 100644 --- a/app/src/main/res/layout/directory_item_grid_rounded_corners.xml +++ b/app/src/main/res/layout/directory_item_grid_rounded_corners.xml @@ -61,6 +61,7 @@ android:layout_height="wrap_content" android:layout_below="@+id/dir_thumbnail" android:layout_alignStart="@+id/dir_thumbnail" + android:layout_alignParentBottom="true" android:layout_toStartOf="@+id/dir_location" android:ellipsize="middle" android:paddingTop="@dimen/medium_margin"