diff options
author | Leon Scroggins <scroggo@google.com> | 2010-06-16 14:35:33 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2010-06-16 14:35:33 -0400 |
commit | 897ba06f8bad14e697389978719578b07429fc5b (patch) | |
tree | 204cb9de8d9f8bb0e64dfe89826fd37dad218482 /res/layout | |
parent | ab6b5f9adda90b0ba76ea8ed8386602556d073d1 (diff) | |
download | packages_apps_Browser-897ba06f8bad14e697389978719578b07429fc5b.zip packages_apps_Browser-897ba06f8bad14e697389978719578b07429fc5b.tar.gz packages_apps_Browser-897ba06f8bad14e697389978719578b07429fc5b.tar.bz2 |
Use the new look for the progress bar.
Bug 2712871
Change-Id: Ifb6afe59196332d966590dbc08228fb78aa5f8cf
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/title_bar_xlarge.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/title_bar_xlarge.xml b/res/layout/title_bar_xlarge.xml index c5a44f8..3070b8b 100644 --- a/res/layout/title_bar_xlarge.xml +++ b/res/layout/title_bar_xlarge.xml @@ -19,14 +19,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingLeft="6dip" - android:paddingRight="6dip" android:background="#ffdddddd" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" + android:paddingLeft="6dip" + android:paddingRight="6dip" > <ImageButton android:id="@+id/back" android:src="@drawable/ic_arrow_left" |