diff --git a/res/layout/upload_list_item.xml b/res/layout/upload_list_item.xml index df0b435d25..bfb22afdad 100755 --- a/res/layout/upload_list_item.xml +++ b/res/layout/upload_list_item.xml @@ -3,14 +3,14 @@ android:id="@+id/ListItemLayout" android:layout_width="match_parent" android:orientation="horizontal" - android:layout_height="72dp" + android:layout_height="wrap_content" android:paddingTop="@dimen/standard_half_padding" android:paddingBottom="@dimen/standard_half_padding" > @@ -25,7 +25,7 @@