summaryrefslogtreecommitdiffstats
path: root/tests/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/res/layout')
-rw-r--r--tests/res/layout/bluetooth_request_permission_test.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/tests/res/layout/bluetooth_request_permission_test.xml b/tests/res/layout/bluetooth_request_permission_test.xml
index 8bb0daa..0a5aec0 100644
--- a/tests/res/layout/bluetooth_request_permission_test.xml
+++ b/tests/res/layout/bluetooth_request_permission_test.xml
@@ -16,18 +16,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<ListView android:id="@+id/msg_container"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:transcriptMode="normal"/>
<LinearLayout
android:orientation="horizontal"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@android:style/ButtonBar">
@@ -37,10 +37,16 @@
android:layout_weight="1"
android:text="@string/enable" />
- <Button android:id="@+id/discover"
+ <Button android:id="@+id/discoverable"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/discoverable" />
+
+ <Button android:id="@+id/scan"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="@string/start_scan" />
</LinearLayout>
</LinearLayout>