blob: b43dd1d70a459d0676d7fb0f019fd08100528d87 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:orientation="vertical"
19 android:padding="4dip"
20 android:gravity="center_horizontal"
Romain Guy33787152010-01-08 15:07:10 -080021 android:layout_width="match_parent"
Nathan Harold63b1ab12019-01-02 20:39:06 -080022 android:layout_height="wrap_content">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080023
24 <ListView android:id="@+id/band"
Romain Guy33787152010-01-08 15:07:10 -080025 android:layout_width="match_parent"
26 android:layout_height="match_parent"
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080027 android:textSize="7sp">
28 </ListView>
29
30</LinearLayout>