blob: acc49e652b16cdd764c63ecf204d654e94a67168 [file] [log] [blame]
Leon Scroggins81db3662009-06-04 17:45:11 -04001<?xml version="1.0" encoding="utf-8"?>
Leon Scrogginsa81a7642009-08-31 17:05:41 -04002<!--
Michael Kolb11d19782011-03-20 10:17:40 -07003 Copyright 2011, The Android Open Source Project
Leon Scroggins81db3662009-06-04 17:45:11 -04004
Leon Scrogginsa81a7642009-08-31 17:05:41 -04005 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
Leon Scroggins81db3662009-06-04 17:45:11 -04008
Leon Scrogginsa81a7642009-08-31 17:05:41 -04009 http://www.apache.org/licenses/LICENSE-2.0
Leon Scroggins81db3662009-06-04 17:45:11 -040010
Leon Scrogginsa81a7642009-08-31 17:05:41 -040011 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.
Leon Scroggins81db3662009-06-04 17:45:11 -040016-->
Michael Kolb11d19782011-03-20 10:17:40 -070017<RelativeLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/titlebar"
Romain Guy15b8ec62010-01-08 15:06:43 -080020 android:layout_width="match_parent"
Michael Kolb11d19782011-03-20 10:17:40 -070021 android:layout_height="wrap_content">
John Reck0f602f32011-07-07 15:38:43 -070022 <include
23 layout="@layout/title_bar_nav"
John Reckb9a051b2011-03-18 11:55:48 -070024 android:id="@+id/taburlbar"
Romain Guy15b8ec62010-01-08 15:06:43 -080025 android:layout_width="match_parent"
John Reck0f602f32011-07-07 15:38:43 -070026 android:layout_height="@dimen/toolbar_height" />
Ben Murdochd51bb572011-08-17 20:42:02 +010027 <ViewStub
28 android:id="@+id/snapshotbar_stub"
29 android:layout="@layout/title_bar_snapshot"
John Reckef654f12011-07-12 16:42:08 -070030 android:layout_width="match_parent"
31 android:layout_height="@dimen/toolbar_height" />
Ben Murdochd51bb572011-08-17 20:42:02 +010032 <ViewStub
33 android:id="@+id/autologin_stub"
34 android:layout="@layout/title_bar_autologin"
Michael Kolb11d19782011-03-20 10:17:40 -070035 android:paddingTop="3dip"
John Reck0f602f32011-07-07 15:38:43 -070036 android:layout_below="@id/taburlbar"
John Reck94b7e042011-02-15 15:02:33 -080037 android:layout_width="match_parent"
John Reck0f602f32011-07-07 15:38:43 -070038 android:layout_height="wrap_content" />
Michael Kolbc16c5952011-03-29 15:37:03 -070039 <com.android.browser.PageProgressView
40 android:id="@+id/progress"
41 android:layout_width="match_parent"
Michael Kolb8f11d062011-04-25 12:47:07 -070042 android:layout_height="wrap_content"
Michael Kolbc16c5952011-03-29 15:37:03 -070043 android:background="@null"
John Reck0f602f32011-07-07 15:38:43 -070044 android:layout_below="@id/taburlbar"
Michael Kolb099d99f2011-08-31 14:05:09 -070045 android:src="@drawable/progress"
John Reck0f602f32011-07-07 15:38:43 -070046 android:layout_marginTop="@dimen/progress_bar_margin"
Michael Kolbc16c5952011-03-29 15:37:03 -070047 android:visibility="gone" />
John Reck12472f62011-04-27 15:32:10 -070048</RelativeLayout>