SWE UI cleanup

- ActionBar color and styling for KK
- Use High Res icon for bookmarks
- Edge Nav setting string
- Combo view cleanup
- Tablet UI cleanup

Change-Id: I1859226e80d9943ee6af30c2cc9a5bd9ce5b9399
diff --git a/res/layout/history.xml b/res/layout/history.xml
index 705c32d..1636fe6 100644
--- a/res/layout/history.xml
+++ b/res/layout/history.xml
@@ -18,12 +18,13 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:orientation="vertical" >
+    android:orientation="vertical"
+    android:paddingTop="@dimen/combo_paddingTop">
 
     <FrameLayout
         android:layout_width="match_parent"
         android:layout_weight="90"
-        android:layout_height="match_parent" >
+        android:layout_height="fill_parent" >
 
         <ExpandableListView
             android:id="@+id/history"