blob: 30eff6ce2cb1d6a1e9572f27a11f9c5c96d62770 [file] [log] [blame]
Mindy Pereira8a8c50d2012-02-23 11:09:03 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2012 Google Inc.
4 Licensed to The Android Open Source Project.
5
6 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 Pereira289496c2012-09-24 08:27:40 -070018<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080019 android:layout_height="match_parent"
Mindy Pereira289496c2012-09-24 08:27:40 -070020 android:layout_width="match_parent">
21 <include layout="@layout/wait_fragment"/>
22 <LinearLayout
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080023 android:layout_width="match_parent"
Mindy Pereira289496c2012-09-24 08:27:40 -070024 android:layout_height="match_parent"
25 android:minWidth="@dimen/folder_list_popup_width"
26 android:orientation="vertical"
27 android:id="@+id/content"
28 android:visibility="gone">
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080029
Mindy Pereira289496c2012-09-24 08:27:40 -070030 <ListView
31 android:id="@android:id/list"
32 android:layout_width="match_parent"
Andrew Sapperstein84b22ee2014-08-04 12:22:19 -070033 android:layout_height="0dp"
Mindy Pereira289496c2012-09-24 08:27:40 -070034 android:layout_weight="1"
35 android:cacheColorHint="#00000000"
36 android:paddingLeft="16dip"
37 android:paddingRight="16dip"
38 android:fadingEdgeLength="16dip" />
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080039
Mindy Pereira289496c2012-09-24 08:27:40 -070040 <include layout="@layout/one_button_button_bar"/>
41
42 </LinearLayout>
43</FrameLayout>