OSDN Git Service

Lessen the difference in appearance of title bar during load.
authorLeon Scroggins <scroggo@google.com>
Wed, 31 Mar 2010 18:50:47 +0000 (14:50 -0400)
committerLeon Scroggins <scroggo@google.com>
Wed, 31 Mar 2010 18:50:47 +0000 (14:50 -0400)
commitcd663ea13aa707547f74d5ab028e9e460a6ee03c
tree7aedba5748b2bb548b3729b73e02b323635682e3
parentfa52d17a04294c245d6b00180bbe03560390c967
Lessen the difference in appearance of title bar during load.

Change to using textfield_search_empty assets, which have margin
values that better match the assets used outside of a load.  As
a result, there is no longer a need to edit the LayoutParams in
TitleBar.java.  However, do set the padding in TitleBar.java, since
it needs to be set for each of the different backgrounds used.

Fixes http://b/issue?id=2558919

Change-Id: Idf0d8bea59bcc76c32e1e03bf736a4b64bf31887
res/drawable/title_text.xml
res/layout/title_bar.xml
src/com/android/browser/TitleBar.java