From: jabarros Date: Thu, 22 Jan 2015 08:29:36 +0000 (+0100) Subject: Fixed. Line behind the folder is not shown in the upload view X-Git-Tag: oc-android-1.7.0_signed~16^2~9 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/0470de47e032b70522dd3644fefe5cfbb010bedc?hp=--cc Fixed. Line behind the folder is not shown in the upload view --- 0470de47e032b70522dd3644fefe5cfbb010bedc diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 78c36cef..1b2f1424 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -19,130 +19,141 @@ --> - - - - - - - - - - - + android:orientation="horizontal"> + + + + + + + + + + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1" + android:gravity="center_vertical" + android:orientation="vertical" > + android:textColor="#303030" + android:textSize="16dip" /> - + android:layout_marginLeft="4dp" + android:layout_marginRight="4dp" + android:weightSum="1"> + + + + + + - + - - - - - + + + + + + - + diff --git a/res/values/colors.xml b/res/values/colors.xml index ad0e8220..9577e5e5 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -23,5 +23,6 @@ #00ddff #989898 #303030 + #fff0f0f0 \ No newline at end of file