blob: c24dbb4a40741dd12e7b07b83e94c81830c1d222 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="10dip"
>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:text="@string/ble_scanner_power_level_instruction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ble_scanner_power_level_instruction"
/>
<HorizontalScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/ble_scanner_power_level_instruction"
android:layout_centerInParent="true"
android:padding="10dp">
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<TextView android:text="@string/ble_ultra_low"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_ultra_low_mac"
android:layout_width="200dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_ultra_low_rssi"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_ultra_low_count"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_ultra_low_set_power"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<TextView android:text="@string/ble_low"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_low_mac"
android:layout_width="200dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_low_rssi"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_low_count"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_low_set_power"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<TextView android:text="@string/ble_medium"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_medium_mac"
android:layout_width="200dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_medium_rssi"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_medium_count"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_medium_set_power"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<TextView android:text="@string/ble_high"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_high_mac"
android:layout_width="200dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_high_rssi"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_high_count"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
<TextView android:id="@+id/ble_high_set_power"
android:layout_width="100dp"
android:layout_height="wrap_content"/>
</LinearLayout>
</LinearLayout>
</HorizontalScrollView>
<TextView android:id="@+id/ble_timer"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<include android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
layout="@layout/pass_fail_buttons"/>
</LinearLayout>
</ScrollView>
</RelativeLayout>