commit | cfe35d91a484940b903db41d737d7d07554e0a34 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Wed Sep 30 15:29:45 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Wed Sep 30 15:34:16 2009 -0400 |
tree | c5e78a895917afc57faa460f726b609aa75600d9 | |
parent | f59fb4ef72a3ba091aaa6eb0f306680c442c0d5a [diff] |
New assets. This makes the title bar's button match the voice button. Change-Id: I3c58dbaa02b5f81c6db5fb96ec1b8021728a5e66
diff --git a/res/drawable-hdpi/ic_btn_bookmarks.png b/res/drawable-hdpi/ic_btn_bookmarks.png index f656a9a..092590b 100644 --- a/res/drawable-hdpi/ic_btn_bookmarks.png +++ b/res/drawable-hdpi/ic_btn_bookmarks.png Binary files differ
diff --git a/res/drawable-hdpi/ic_btn_stop_v2.png b/res/drawable-hdpi/ic_btn_stop_v2.png new file mode 100644 index 0000000..2c97223 --- /dev/null +++ b/res/drawable-hdpi/ic_btn_stop_v2.png Binary files differ
diff --git a/res/drawable-mdpi/ic_btn_bookmarks.png b/res/drawable-mdpi/ic_btn_bookmarks.png index a4981be..c307fee 100644 --- a/res/drawable-mdpi/ic_btn_bookmarks.png +++ b/res/drawable-mdpi/ic_btn_bookmarks.png Binary files differ
diff --git a/res/drawable-mdpi/ic_btn_stop_v2.png b/res/drawable-mdpi/ic_btn_stop_v2.png new file mode 100644 index 0000000..89f01e7 --- /dev/null +++ b/res/drawable-mdpi/ic_btn_stop_v2.png Binary files differ
diff --git a/src/com/android/browser/TitleBar.java b/src/com/android/browser/TitleBar.java index 138a68f..23b1ed5 100644 --- a/src/com/android/browser/TitleBar.java +++ b/src/com/android/browser/TitleBar.java
@@ -239,7 +239,7 @@ mBookmarkDrawable = mRtButton.getDrawable(); } if (mStopDrawable == null) { - mRtButton.setImageResource(R.drawable.ic_btn_close_panel); + mRtButton.setImageResource(R.drawable.ic_btn_stop_v2); mStopDrawable = mRtButton.getDrawable(); } else { mRtButton.setImageDrawable(mStopDrawable);