OSDN Git Service

New assets. This makes the title bar's button match the voice button.
authorLeon Scroggins <scroggo@google.com>
Wed, 30 Sep 2009 19:29:45 +0000 (15:29 -0400)
committerLeon Scroggins <scroggo@google.com>
Wed, 30 Sep 2009 19:34:16 +0000 (15:34 -0400)
Change-Id: I3c58dbaa02b5f81c6db5fb96ec1b8021728a5e66

res/drawable-hdpi/ic_btn_bookmarks.png
res/drawable-hdpi/ic_btn_stop_v2.png [new file with mode: 0644]
res/drawable-mdpi/ic_btn_bookmarks.png
res/drawable-mdpi/ic_btn_stop_v2.png [new file with mode: 0644]
src/com/android/browser/TitleBar.java

index f656a9a..092590b 100644 (file)
Binary files a/res/drawable-hdpi/ic_btn_bookmarks.png and b/res/drawable-hdpi/ic_btn_bookmarks.png 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 (file)
index 0000000..2c97223
Binary files /dev/null and b/res/drawable-hdpi/ic_btn_stop_v2.png differ
index a4981be..c307fee 100644 (file)
Binary files a/res/drawable-mdpi/ic_btn_bookmarks.png and b/res/drawable-mdpi/ic_btn_bookmarks.png 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 (file)
index 0000000..89f01e7
Binary files /dev/null and b/res/drawable-mdpi/ic_btn_stop_v2.png differ
index 138a68f..23b1ed5 100644 (file)
@@ -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);