commit | baefe4a7d4fcca39a2e9334a3fe899943e796516 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Wed Sep 30 11:23:20 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Wed Sep 30 11:23:20 2009 -0400 |
tree | 8c2a4b4327d1e6e208a62a910910d3f9720ff335 | |
parent | 9957024e9a4c904c83d76df03c4ebf9bdaa5f4c6 [diff] |
New asset for the bookmark button in the title bar. Fixes http://b/issue?id=2145205 Change-Id: I417aa61d7613fea274c22c8c8a8fe8ba38cdf5d2
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>