blob: 2c94d325efc65323807e480f748d6c8b3338f3d2 [file] [log] [blame]
John Reck1537b772011-01-11 15:36:01 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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<FrameLayout
17 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent"
20 android:paddingTop="4dip"
21 android:paddingBottom="22dip"
22 android:paddingLeft="13dip"
23 android:paddingRight="13dip">
24 <LinearLayout
25 android:layout_width="match_parent"
26 android:layout_height="match_parent"
27 android:orientation="vertical"
John Reckf95eb742011-01-12 17:57:59 -080028 android:padding="0dip">
John Reck1537b772011-01-11 15:36:01 -080029 <ImageView android:background="@drawable/list_div_top_btm_bookmark_widget_holo"
30 android:layout_height="wrap_content"
31 android:layout_width="match_parent"
32 android:layout_marginTop="2dip"
33 android:layout_marginLeft="1dip"
John Reckf95eb742011-01-12 17:57:59 -080034 android:layout_marginRight="1dip"
35 android:visibility="invisible" />
John Reck1537b772011-01-11 15:36:01 -080036 <GridView
37 android:id="@+id/bookmarks_list"
38 android:layout_width="match_parent"
39 android:layout_height="0dip"
40 android:layout_weight="1"
41 android:layout_marginLeft="5dip"
42 android:layout_marginRight="5dip"
43 android:numColumns="2"
John Reckf95eb742011-01-12 17:57:59 -080044 android:paddingTop="1dip"
45 android:paddingBottom="1dip"
46 android:paddingRight="0dip"
47 android:paddingLeft="0dip"
John Reck1537b772011-01-11 15:36:01 -080048 android:stretchMode="columnWidth"
49 android:horizontalSpacing="@dimen/widgetHorizontalSpacing"
50 android:verticalSpacing="@dimen/widgetVerticalSpacing"
51 android:drawSelectorOnTop="true"
John Reckf95eb742011-01-12 17:57:59 -080052 android:listSelector="@drawable/bookmark_widget_thumb_selector"
53 android:fadingEdgeLength="24dp" />
John Reck1537b772011-01-11 15:36:01 -080054 <ImageView android:background="@drawable/list_div_top_btm_bookmark_widget_holo"
55 android:layout_height="wrap_content"
56 android:layout_width="match_parent"
57 android:layout_marginBottom="3dip"
58 android:layout_marginLeft="1dip"
John Reckf95eb742011-01-12 17:57:59 -080059 android:layout_marginRight="1dip"
60 android:visibility="invisible" />
John Reck1537b772011-01-11 15:36:01 -080061 </LinearLayout>
62</FrameLayout>