summaryrefslogtreecommitdiffstats
path: root/res/layout/title_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/title_bar.xml')
-rw-r--r--res/layout/title_bar.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index 161e277c..e443ee5d 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -72,12 +72,12 @@
android:layout_height="match_parent"
android:src="@drawable/ic_voice_search_holo_dark"
android:visibility="gone" />
- <com.android.browser.view.StopProgressView
- style="?android:attr/progressBarStyleLarge"
+ <ImageView
android:id="@+id/stop"
- android:layout_width="40dip"
- android:layout_height="40dip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:src="@drawable/ic_stop_holo_dark"
android:visibility="gone" />
</LinearLayout>
<LinearLayout
@@ -135,4 +135,13 @@
android:background="@null"
android:src="@*android:drawable/btn_close" />
</LinearLayout>
+ <com.android.browser.PageProgressView
+ android:id="@+id/progress"
+ android:layout_width="match_parent"
+ android:layout_height="22dip"
+ android:background="@null"
+ android:layout_below="@+id/taburlbar"
+ android:src="@drawable/progress"
+ android:layout_marginTop="-11dip"
+ android:visibility="gone" />
</RelativeLayout> \ No newline at end of file