blob: 09b442ece4609dcf41a10745aa669efa25c76b5d [file] [log] [blame]
Jeff Hamilton84029622010-08-05 14:29:28 -05001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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
John Reck2d963a22011-08-10 15:53:07 -070017<FrameLayout
Michael Kolb370a4f32010-10-06 10:45:32 -070018 xmlns:android="http://schemas.android.com/apk/res/android"
Jeff Hamilton84029622010-08-05 14:29:28 -050019 android:layout_width="match_parent"
John Reck608baa72010-11-24 10:32:28 -080020 android:layout_height="match_parent"
John Reckf3828cd2011-06-14 17:21:55 -070021 android:paddingTop="@dimen/combo_paddingTop">
John Reck2d963a22011-08-10 15:53:07 -070022 <com.android.browser.view.BookmarkExpandableView
23 android:id="@+id/grid"
Jeff Hamilton84029622010-08-05 14:29:28 -050024 android:layout_width="match_parent"
John Reck2d963a22011-08-10 15:53:07 -070025 android:layout_height="match_parent"
26 android:layout_gravity="center_horizontal"
27 android:childDivider="@android:color/transparent"
28 android:divider="@android:color/transparent"
29 android:dividerHeight="0dp" />
30 <TextView
31 android:id="@android:id/empty"
32 android:layout_width="wrap_content"
Jeff Hamilton84029622010-08-05 14:29:28 -050033 android:layout_height="wrap_content"
John Reck2d963a22011-08-10 15:53:07 -070034 android:layout_gravity="center"
35 android:textAppearance="?android:attr/textAppearanceLarge"
36 android:text="@string/empty_bookmarks_folder"
Michael Kolb370a4f32010-10-06 10:45:32 -070037 android:visibility="gone" />
John Reck2d963a22011-08-10 15:53:07 -070038</FrameLayout>