blob: 1dbc5e5d436d159fe10bde06ad17cb2d5563b973 [file] [log] [blame]
Leon Scrogginsd8fd2fc2009-09-16 11:12:09 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright 2009, The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
Leon Scroggins68549862009-09-21 16:02:01 -040018<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Leon Scrogginsd8fd2fc2009-09-16 11:12:09 -040019 android:layout_height="wrap_content"
20 android:layout_width="wrap_content"
Leon Scroggins68549862009-09-21 16:02:01 -040021 android:orientation="vertical"
22 >
Leon Scrogginsb94bf272009-09-25 15:22:08 -040023 <view class="com.android.browser.BrowserActivity$Shadow"
24 android:id="@+id/shadow"
Leon Scroggins68549862009-09-21 16:02:01 -040025 android:layout_height="5dip"
Romain Guy15b8ec62010-01-08 15:06:43 -080026 android:layout_width="match_parent"
Leon Scroggins68549862009-09-21 16:02:01 -040027 android:background="@*android:drawable/title_bar_shadow"
28 />
29</LinearLayout>