align folder name to bottom by default at rounded corners

This commit is contained in:
tibbi 2020-11-08 20:49:58 +01:00
parent 650c04d3c3
commit d6ff95e923
1 changed files with 1 additions and 0 deletions

View File

@ -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"