2017-09-13 00:35:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-26 20:38:27 +01:00
|
|
|
tools:context=".plugins.pump.danaRS.activities.BLEScanActivity">
|
2017-09-13 00:35:03 +02:00
|
|
|
|
|
|
|
<ListView
|
|
|
|
android:id="@+id/danars_blescanner_listview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/danars_blescanner_nodevice"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/danars_nodeviceavailable"
|
|
|
|
android:textColor="#FF7F8288" />
|
|
|
|
|
|
|
|
</FrameLayout>
|