summaryrefslogtreecommitdiffstats
path: root/sl4a/ScriptingLayerForAndroid/res/layout/bluetooth_device_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sl4a/ScriptingLayerForAndroid/res/layout/bluetooth_device_list.xml')
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/layout/bluetooth_device_list.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/sl4a/ScriptingLayerForAndroid/res/layout/bluetooth_device_list.xml b/sl4a/ScriptingLayerForAndroid/res/layout/bluetooth_device_list.xml
deleted file mode 100644
index bec4c53..0000000
--- a/sl4a/ScriptingLayerForAndroid/res/layout/bluetooth_device_list.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- <ListView
- android:id="@+id/android:list"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" />
- <TextView
- android:id="@+id/android:empty"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/no_bluetooth_devices_message" />
-</LinearLayout> \ No newline at end of file