From 2ee425e21d7cc09c95e3eb7c189f597ffb384492 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 29 Sep 2017 20:24:35 +0200 Subject: [PATCH] couple UI updates to the directory list view --- .../main/res/layout/directory_item_list.xml | 47 ++++++++++--------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/app/src/main/res/layout/directory_item_list.xml b/app/src/main/res/layout/directory_item_list.xml index 3f282976f..2588e528f 100644 --- a/app/src/main/res/layout/directory_item_list.xml +++ b/app/src/main/res/layout/directory_item_list.xml @@ -31,10 +31,10 @@ android:layout_toRightOf="@+id/dir_thumbnail" android:ellipsize="end" android:maxLines="1" - android:paddingLeft="@dimen/small_margin" - android:paddingRight="@dimen/small_margin" + android:paddingLeft="6dp" + android:paddingRight="6dp" android:textColor="@android:color/white" - android:textSize="@dimen/normal_text_size"/> + android:textSize="@dimen/bigger_text_size"/> - + android:layout_marginRight="@dimen/small_margin" + android:gravity="end" + android:orientation="horizontal"> - + + +