I decided to replace this problem with
<LinearLayout android:orientation="horizontal" android:layout_marginTop="@dimen/big_margin" android:layout_width="match_parent" android:layout_marginLeft="@dimen/big_margin" android:layout_height="wrap_content">
to
<LinearLayout android:orientation="horizontal" android:layout_marginTop="@dimen/big_margin" android:layout_width="match_parent" android:layout_marginLeft="@dimen/big_margin" android:layout_height="@dimen/workoutlist_itemheight">
but I donβt really know how my problem was solved.
thanks
Aditay kaushal
source share