summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-09-30 11:23:20 -0400
committerLeon Scroggins <scroggo@google.com>2009-09-30 11:23:20 -0400
commitbaefe4a7d4fcca39a2e9334a3fe899943e796516 (patch)
tree8c2a4b4327d1e6e208a62a910910d3f9720ff335
parent9957024e9a4c904c83d76df03c4ebf9bdaa5f4c6 (diff)
downloadpackages_apps_browser-baefe4a7d4fcca39a2e9334a3fe899943e796516.zip
packages_apps_browser-baefe4a7d4fcca39a2e9334a3fe899943e796516.tar.gz
packages_apps_browser-baefe4a7d4fcca39a2e9334a3fe899943e796516.tar.bz2
New asset for the bookmark button in the title bar.
Fixes http://b/issue?id=2145205 Change-Id: I417aa61d7613fea274c22c8c8a8fe8ba38cdf5d2
-rw-r--r--res/drawable-hdpi/ic_btn_bookmarks.pngbin0 -> 1309 bytes
-rw-r--r--res/drawable-mdpi/ic_btn_bookmarks.pngbin0 -> 809 bytes
-rw-r--r--res/layout/title_bar.xml2
3 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_btn_bookmarks.png b/res/drawable-hdpi/ic_btn_bookmarks.png
new file mode 100644
index 0000000..f656a9a
--- /dev/null
+++ b/res/drawable-hdpi/ic_btn_bookmarks.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_btn_bookmarks.png b/res/drawable-mdpi/ic_btn_bookmarks.png
new file mode 100644
index 0000000..a4981be
--- /dev/null
+++ b/res/drawable-mdpi/ic_btn_bookmarks.png
Binary files differ
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index 422458f..b9bc136 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -79,7 +79,7 @@
android:scaleType="center"
android:layout_marginBottom="4dip"
android:background="@drawable/btn_bookmark"
- android:src="@drawable/ic_tab_bookmarks_unselected"
+ android:src="@drawable/ic_btn_bookmarks"
/>
</LinearLayout>
</LinearLayout>