summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable-hdpi/ic_btn_bookmarks.pngbin1309 -> 1308 bytes
-rw-r--r--res/drawable-hdpi/ic_btn_stop_v2.pngbin0 -> 1365 bytes
-rw-r--r--res/drawable-mdpi/ic_btn_bookmarks.pngbin809 -> 785 bytes
-rw-r--r--res/drawable-mdpi/ic_btn_stop_v2.pngbin0 -> 721 bytes
-rw-r--r--src/com/android/browser/TitleBar.java2
5 files changed, 1 insertions, 1 deletions
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 @@ public class TitleBar extends LinearLayout {
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);