[downloader][android] fix: Downloader items height fix.

This commit is contained in:
Alexander Marchuk 2016-04-18 19:55:03 +03:00
parent ec83d27568
commit 54c8f53723

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
xmlns:wheel="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/height_item_multiline"
android:layout_height="wrap_content"
android:minHeight="@dimen/height_item_multiline"
android:paddingLeft="@dimen/margin_base"
android:paddingRight="@dimen/margin_base"
android:background="?clickableBackground"
@ -53,6 +54,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/margin_base"
android:paddingBottom="@dimen/margin_base"
android:orientation="vertical"
android:layout_centerVertical="true"
android:layout_toRightOf="@id/status_frame"