From 4a2ca2d94c827566f8682e8dbd6fbdf17d70b4dd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 4 Jan 2015 23:48:53 +0100 Subject: o Adding a way to prepend callbacks on the promise's queue. Needed for devices that give you [disconnect, connect] events when connecting. Yay. o Reading meta data from the Soil Moisture device. --- app/src/main/res/layout/listitem_device.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/src/main/res/layout/listitem_device.xml') diff --git a/app/src/main/res/layout/listitem_device.xml b/app/src/main/res/layout/listitem_device.xml index 0904d94..44021d9 100644 --- a/app/src/main/res/layout/listitem_device.xml +++ b/app/src/main/res/layout/listitem_device.xml @@ -31,6 +31,15 @@ android:layout_alignParentStart="true" android:layout_toStartOf="@+id/spacer"/> + +