ComboFragment: use history icon for history, not bolus icon.

This commit is contained in:
Johannes Mockenhaupt 2017-12-21 11:36:25 +01:00
parent cf9d55747e
commit 6a3184bc39
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -402,7 +402,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableTop="@drawable/icon_bolus"
android:drawableTop="@drawable/icon_danarhistory"
android:paddingLeft="0dp"
android:paddingRight="0dp"
android:visibility="gone"