blob: 27565e488be3145827d73cab4f0a242d7d91e447 [file] [log] [blame]
Mindy Pereira6f92de62011-12-19 11:31:48 -08001<?xml version="1.0" encoding="utf-8"?>
Mindy Pereira015c2692012-01-05 15:01:18 -08002<!--
3 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
Mindy Pereira6f92de62011-12-19 11:31:48 -08005
Mindy Pereira40b0c742011-12-20 13:42:46 -08006 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
Mindy Pereira5a94c882012-02-02 08:53:09 -080018<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
Mindy Pereira015c2692012-01-05 15:01:18 -080019 android:layout_height="match_parent"
Mindy Pereira5a94c882012-02-02 08:53:09 -080020 android:layout_width="match_parent">
Mindy Pereira96b5c352012-02-01 11:33:40 -080021
Mindy Pereira015c2692012-01-05 15:01:18 -080022 <Spinner android:id="@+id/accounts_spinner"
23 android:layout_height="wrap_content"
Mindy Pereira5a94c882012-02-02 08:53:09 -080024 android:layout_width="match_parent"
25 android:layout_alignParentTop="true">
Mindy Pereira015c2692012-01-05 15:01:18 -080026 </Spinner>
Mindy Pereira96b5c352012-02-01 11:33:40 -080027
Mindy Pereira5a94c882012-02-02 08:53:09 -080028 <com.android.mail.ui.AnimatedListView
29 android:id="@+id/browse_list"
30 android:layout_width="match_parent"
Mindy Pereira6b772e82012-02-01 13:49:16 -080031 android:layout_height="match_parent"
Mindy Pereira5a94c882012-02-02 08:53:09 -080032 android:layout_below="@id/accounts_spinner">
33 </com.android.mail.ui.AnimatedListView>
Mindy Pereira96b5c352012-02-01 11:33:40 -080034
Mindy Pereira5a94c882012-02-02 08:53:09 -080035 <com.android.mail.ui.UndoBarView
36 android:layout_width="match_parent"
37 android:layout_height="wrap_content"
38 android:visibility="gone"
39 android:id="@+id/undo_view"
40 android:layout_alignParentBottom="true">
41 <include layout="@layout/undo_bar"/>
42 </com.android.mail.ui.UndoBarView>
Mindy Pereira96b5c352012-02-01 11:33:40 -080043
Mindy Pereira5a94c882012-02-02 08:53:09 -080044</RelativeLayout>