mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
176 lines
9.1 KiB
XML
176 lines
9.1 KiB
XML
#filter substitution
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:gecko="http://schemas.android.com/apk/res/@ANDROID_PACKAGE_NAME@"
|
|
android:id="@+id/browser_toolbar"
|
|
style="@style/BrowserToolbar">
|
|
|
|
<RelativeLayout android:id="@+id/address_bar"
|
|
style="@style/AddressBar">
|
|
|
|
<ImageButton android:id="@+id/back"
|
|
android:contentDescription="@string/back"
|
|
style="@style/AddressBar.ImageButton.Unused"/>
|
|
|
|
<ImageButton style="@style/AddressBar.ImageButton.Forward"
|
|
android:id="@+id/forward"/>
|
|
|
|
<org.mozilla.gecko.BrowserToolbarBackground android:id="@+id/address_bar_bg"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:layout_marginRight="50dip"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentRight="true"
|
|
android:background="@drawable/address_bar_bg"/>
|
|
|
|
<FrameLayout style="@style/AddressBar.Button.Container"
|
|
android:id="@+id/addressbar">
|
|
|
|
<Gecko.RelativeLayout android:id="@+id/awesome_bar"
|
|
style="@style/AddressBar.Button"
|
|
android:layout_centerVertical="true"
|
|
android:clickable="true"
|
|
android:focusable="true">
|
|
|
|
<ImageView android:id="@+id/awesome_bar_entry"
|
|
style="@style/AddressBar.Button"
|
|
android:duplicateParentState="true"
|
|
android:layout_marginTop="4dp"
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_marginRight="80dp"
|
|
android:clickable="false"
|
|
android:focusable="false"
|
|
android:background="@drawable/address_bar_url"/>
|
|
|
|
<view class="org.mozilla.gecko.BrowserToolbar$RightEdge"
|
|
android:id="@+id/awesome_bar_right_edge"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="50dp"
|
|
android:layout_height="fill_parent"
|
|
android:paddingTop="4dp"
|
|
android:paddingBottom="4dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginRight="55dp"
|
|
android:duplicateParentState="true"
|
|
android:visibility="invisible"
|
|
android:background="@drawable/address_bar_bg">
|
|
|
|
<ImageView android:layout_width="50dp"
|
|
android:layout_height="fill_parent"
|
|
android:scaleType="fitXY"
|
|
android:layout_marginLeft="-26dp"
|
|
android:duplicateParentState="true"
|
|
android:clickable="false"
|
|
android:focusable="false"
|
|
android:src="@drawable/address_bar_url"/>
|
|
|
|
</view>
|
|
|
|
</Gecko.RelativeLayout>
|
|
|
|
<LinearLayout style="@style/AddressBar.Button"
|
|
android:paddingRight="80dp"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageButton android:id="@+id/favicon"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="@dimen/browser_toolbar_favicon_size"
|
|
android:layout_height="fill_parent"
|
|
android:scaleType="fitCenter"
|
|
android:paddingLeft="8dip"
|
|
android:layout_marginRight="4dip"
|
|
android:layout_gravity="center_vertical"
|
|
android:src="@drawable/favicon"/>
|
|
|
|
<ImageButton android:id="@+id/site_security"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="@dimen/browser_toolbar_lock_width"
|
|
android:scaleType="fitCenter"
|
|
android:layout_marginLeft="-4dip"
|
|
android:paddingLeft="1dp"
|
|
android:paddingRight="1dp"
|
|
android:src="@drawable/site_security_level"
|
|
android:contentDescription="@string/site_security"
|
|
android:visibility="gone"/>
|
|
|
|
<Gecko.TextView android:id="@+id/awesome_bar_title"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:layout_weight="1.0"
|
|
android:singleLine="true"
|
|
android:paddingRight="8dp"
|
|
android:textColor="@color/awesome_bar_title"
|
|
android:textColorHint="@color/awesome_bar_title_hint"
|
|
android:gravity="center_vertical|left"
|
|
android:hint="@string/awesomebar_default_text"
|
|
android:layout_gravity="center_vertical"/>
|
|
|
|
<ImageButton android:id="@+id/reader"
|
|
style="@style/AddressBar.ImageButton.Icon"
|
|
android:src="@drawable/reader"
|
|
android:contentDescription="@string/reader"
|
|
android:visibility="gone"/>
|
|
|
|
<ImageButton android:id="@+id/stop"
|
|
style="@style/AddressBar.ImageButton.Icon"
|
|
android:src="@drawable/urlbar_stop"
|
|
android:contentDescription="@string/stop"
|
|
android:visibility="gone"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
<LinearLayout android:id="@+id/menu_items"
|
|
android:layout_width="0dip"
|
|
android:layout_height="0dip"
|
|
android:visibility="gone"/>
|
|
|
|
<org.mozilla.gecko.MenuButton android:id="@+id/menu"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="65dip"
|
|
android:layout_alignParentRight="true"
|
|
android:gravity="center_vertical"
|
|
android:src="@drawable/menu_level"
|
|
android:contentDescription="@string/menu"
|
|
android:background="@drawable/menu_button"
|
|
android:paddingLeft="35dip"
|
|
android:paddingRight="10dip"/>
|
|
|
|
<org.mozilla.gecko.TabsButton android:id="@+id/tabs"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="80dip"
|
|
android:layout_marginRight="15dip"
|
|
android:layout_alignParentRight="true"
|
|
gecko:curveTowards="right"
|
|
android:background="@drawable/tabs_button"
|
|
android:gravity="center_vertical"
|
|
android:src="@drawable/tabs_level"
|
|
android:paddingLeft="30dip"
|
|
android:paddingRight="30dip"/>
|
|
|
|
<Gecko.TextSwitcher android:id="@+id/tabs_count"
|
|
style="@style/AddressBar.ImageButton"
|
|
android:layout_width="80dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4.5dp"
|
|
android:layout_alignRight="@id/tabs"
|
|
android:gravity="center_horizontal"/>
|
|
|
|
<ImageView android:id="@+id/shadow"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="2dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:background="@drawable/address_bar_bg_shadow_repeat"
|
|
android:visibility="gone"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|