asset drop
Bug: 5097164
Bug: 5075532
new assets added and some layouts adjusted
NOT the final redlines yet
Change-Id: Ia0011478fd429d327c886e6277394a71297ef404
diff --git a/res/layout/nav_screen.xml b/res/layout/nav_screen.xml
index 4c74991..baabcc7 100644
--- a/res/layout/nav_screen.xml
+++ b/res/layout/nav_screen.xml
@@ -57,6 +57,6 @@
style="@style/HoloButton"
android:gravity="center_vertical"
android:contentDescription="@string/accessibility_button_more"
- android:src="@*android:drawable/ic_menu_moreoverflow_normal_holo_dark" />
+ android:src="@drawable/ic_menu_overflow" />
</LinearLayout>
</RelativeLayout>
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml
index 6330357..763f9c0 100644
--- a/res/layout/nav_tab_view.xml
+++ b/res/layout/nav_tab_view.xml
@@ -46,6 +46,7 @@
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:paddingRight="16dip"
android:contentDescription="@string/accessibility_button_closetab"
style="@style/HoloButton" />
</LinearLayout>
@@ -53,6 +54,8 @@
android:id="@+id/tab_view"
android:layout_width="@dimen/nav_tab_width"
android:layout_height="@dimen/nav_tab_height"
+ android:paddingLeft="2dip"
+ android:paddingRight="2dip"
android:layout_gravity="center_horizontal"
android:focusable="false" />
</LinearLayout>
diff --git a/res/layout/title_bar_nav.xml b/res/layout/title_bar_nav.xml
index 5e4a3a1..b22d1a2 100644
--- a/res/layout/title_bar_nav.xml
+++ b/res/layout/title_bar_nav.xml
@@ -58,6 +58,7 @@
android:layout_width="0dip"
android:layout_weight="1.0"
android:layout_height="match_parent"
+ android:paddingLeft="8dip"
android:fadingEdge="horizontal"
android:fadingEdgeLength="24dip"
android:textAppearance="?android:attr/textAppearanceMedium"
@@ -93,5 +94,5 @@
style="@style/HoloButton"
android:gravity="center_vertical"
android:contentDescription="@string/accessibility_button_more"
- android:src="@*android:drawable/ic_menu_moreoverflow_normal_holo_dark" />
+ android:src="@drawable/ic_menu_overflow" />
</com.android.browser.NavigationBarPhone>