add old progress bar to ui
Change-Id: I53023ee54edf17894c51cb3247d7f2f2e2c7c240
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index 161e277..e443ee5 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