align folder name to bottom by default at rounded corners
This commit is contained in:
parent
650c04d3c3
commit
d6ff95e923
|
@ -61,6 +61,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/dir_thumbnail"
|
android:layout_below="@+id/dir_thumbnail"
|
||||||
android:layout_alignStart="@+id/dir_thumbnail"
|
android:layout_alignStart="@+id/dir_thumbnail"
|
||||||
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_toStartOf="@+id/dir_location"
|
android:layout_toStartOf="@+id/dir_location"
|
||||||
android:ellipsize="middle"
|
android:ellipsize="middle"
|
||||||
android:paddingTop="@dimen/medium_margin"
|
android:paddingTop="@dimen/medium_margin"
|
||||||
|
|
Loading…
Reference in New Issue