New asset for the bookmark button in the title bar.

Fixes http://b/issue?id=2145205

Change-Id: I417aa61d7613fea274c22c8c8a8fe8ba38cdf5d2
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>