ComboFragment: use history icon for history, not bolus icon.
This commit is contained in:
parent
cf9d55747e
commit
6a3184bc39
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue