From baefe4a7d4fcca39a2e9334a3fe899943e796516 Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Wed, 30 Sep 2009 11:23:20 -0400 Subject: New asset for the bookmark button in the title bar. Fixes http://b/issue?id=2145205 Change-Id: I417aa61d7613fea274c22c8c8a8fe8ba38cdf5d2 --- res/drawable-hdpi/ic_btn_bookmarks.png | Bin 0 -> 1309 bytes res/drawable-mdpi/ic_btn_bookmarks.png | Bin 0 -> 809 bytes res/layout/title_bar.xml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 res/drawable-hdpi/ic_btn_bookmarks.png create mode 100644 res/drawable-mdpi/ic_btn_bookmarks.png (limited to 'res') 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 Binary files /dev/null and b/res/drawable-hdpi/ic_btn_bookmarks.png 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 Binary files /dev/null and b/res/drawable-mdpi/ic_btn_bookmarks.png 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" /> -- cgit v1.1