gecko/embedding/android/resources/layout/browser_toolbar.xml

27 lines
904 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ProgressBar android:id="@+id/progress_bar"
style="@android:style/Widget.ProgressBar.Horizontal"
android:layout_width="fill_parent"
android:layout_height="10dip"
android:visibility="gone"/>
<LinearLayout android:id="@+id/address_bar"
style="@style/AddressBar">
<Button android:id="@+id/tabs"
style="@style/AddressBar.Button.Left"/>
<ImageButton android:id="@+id/favimage"
style="@style/AddressBar.ImageButton.Middle"
android:src="@drawable/favicon"/>
<Button android:id="@+id/awesome_bar"
style="@style/AddressBar.URL"
android:textColor="#666"/>
</LinearLayout>
</merge>