Fix title bar button handling on phone
Change-Id: I1bf298b93a54dd379a06d4752ae4ea7a65ad6950
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index a73fdca..f6d519f 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -65,7 +65,7 @@
android:layout_width="0dip"
android:layout_weight="1.0"
android:layout_height="match_parent"
- android:layout_marginLeft="16dip"
+ android:layout_marginLeft="3dip"
android:paddingLeft="0dip"
android:paddingRight="0dip"
android:background="@null"
@@ -79,7 +79,8 @@
android:imeOptions="actionGo"
style="@style/Suggestions" />
</LinearLayout>
- <ImageView android:id="@+id/stop"
+ <ImageButton
+ android:id="@+id/stop"
android:background="@drawable/stop_background"
android:layout_width="wrap_content"
android:layout_height="match_parent"
@@ -88,7 +89,7 @@
android:visibility="gone"
/>
<ImageButton
- android:id="@+id/rt_btn"
+ android:id="@+id/bookmark"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="-2dip"