diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/listitem_device.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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"/> + <TextView + android:id="@+id/device_info" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textSize="12sp" + android:layout_below="@+id/device_rssi" + android:layout_alignParentStart="true" + android:layout_toStartOf="@+id/spacer"/> + <LinearLayout android:layout_width="wrap_content" android:layout_height="match_parent" |