blob: 6cb61607acce2a2c4f185bb18351dca1f2b15d94 [file] [log] [blame]
Maggie Benthall3278c022013-10-04 18:50:51 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2013 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Michael Kwanfebcfac2014-11-21 14:27:19 -080017<android.support.wearable.view.BoxInsetLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:app="http://schemas.android.com/apk/res-auto"
Maggie Benthall3278c022013-10-04 18:50:51 -040019 android:layout_width="match_parent"
Michael Kwanfebcfac2014-11-21 14:27:19 -080020 android:layout_height="match_parent">
21 <LinearLayout xmlns:app="http://schemas.android.com/apk/res-auto"
Maggie Benthall3278c022013-10-04 18:50:51 -040022 android:layout_width="match_parent"
Michael Kwanfebcfac2014-11-21 14:27:19 -080023 android:layout_height="match_parent"
Maggie Benthall3278c022013-10-04 18:50:51 -040024 android:orientation="vertical"
25 android:padding="10dip" >
26
Michael Kwanfebcfac2014-11-21 14:27:19 -080027 <ScrollView
28 android:id="@+id/ca_notify_test_scroller"
29 android:layout_width="match_parent"
30 android:layout_height="0dp"
31 android:layout_weight="1"
32 android:orientation="vertical"
33 android:padding="10dip" >
34
35 <LinearLayout
36 android:id="@+id/ca_notify_test_items"
37 android:layout_width="match_parent"
38 android:layout_height="wrap_content"
39 android:orientation="vertical" >
40 </LinearLayout>
41 </ScrollView>
42
43 <include
Maggie Benthall3278c022013-10-04 18:50:51 -040044 android:layout_width="match_parent"
45 android:layout_height="wrap_content"
Michael Kwanfebcfac2014-11-21 14:27:19 -080046 android:layout_weight="0"
47 layout="@layout/pass_fail_buttons" />
Maggie Benthall3278c022013-10-04 18:50:51 -040048
Michael Kwanfebcfac2014-11-21 14:27:19 -080049 </LinearLayout>
50</android.support.wearable.view.BoxInsetLayout>