Draw pressed states on the fake title bar.

Use custom selectors for the title bar and its button.

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

Change-Id: I19a7912f6edc0b7ef46907d25907dc3f5a65efd7
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index 2c49252..01ff0ae 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -39,7 +39,7 @@
         >
 
         <LinearLayout android:id="@+id/title_bg"
-            android:background="@*android:drawable/edit_text"
+            android:background="@drawable/title_text"
             android:layout_width="0dip"
             android:layout_weight="1.0"
             android:layout_height="wrap_content"
@@ -78,7 +78,7 @@
             android:layout_height="wrap_content"
             android:layout_marginLeft="8dip"
             android:layout_marginTop="2dip"
-            android:background="@*android:drawable/btn_search_dialog_voice"
+            android:background="@drawable/btn_bookmark"
             android:src="@drawable/ic_btn_bookmark_browsertab"
         />
     </LinearLayout>