commit | 84a2df8efc941db78e78340c9e5a9e808b4eabba | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 30 15:38:24 2009 -0400 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 30 15:38:24 2009 -0400 |
tree | b8c6da422526fd6844854a43d8c0fa7f9c1e30e1 | |
parent | 4df3c35c741cad228730607c3fa3bc4effa26539 [diff] | |
parent | cfe35d91a484940b903db41d737d7d07554e0a34 [diff] |
Merge change I3c58dbaa into eclair * changes: New assets. This makes the title bar's button match the voice button.
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);