checkpoint for moving UI to Holo style
  mostly final assets
  dialogs are not styled correctly

Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
diff --git a/res/drawable/browserbarbutton.xml b/res/drawable/browserbarbutton.xml
index 5c9eca0..d3eebbe 100644
--- a/res/drawable/browserbarbutton.xml
+++ b/res/drawable/browserbarbutton.xml
@@ -16,6 +16,6 @@
 
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
     <item android:state_pressed="true"
-            android:drawable="@drawable/button_bg_selected" />
+            android:drawable="@drawable/ic_pressed" />
     <item android:state_pressed="false" android:drawable="@drawable/clear" />
 </selector>
diff --git a/res/drawable/button_bg_selected.xml b/res/drawable/button_bg_selected.xml
index 17c1fc3..d0c677b 100644
--- a/res/drawable/button_bg_selected.xml
+++ b/res/drawable/button_bg_selected.xml
@@ -12,7 +12,7 @@
     -->
 <shape
     xmlns:android="http://schemas.android.com/apk/res/android"
-    android:shape="oval">
+    android:shape="rectangle">
     <solid
         android:color="#ff4d83ba" />
 </shape>
\ No newline at end of file
diff --git a/res/drawable/ic_menu_hideurl.png b/res/drawable/ic_menu_hideurl.png
deleted file mode 100644
index 571457b..0000000
--- a/res/drawable/ic_menu_hideurl.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_menu_showurl.png b/res/drawable/ic_menu_showurl.png
deleted file mode 100644
index 4b346a8..0000000
--- a/res/drawable/ic_menu_showurl.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/progress.xml b/res/drawable/progress.xml
deleted file mode 100644
index fd89317..0000000
--- a/res/drawable/progress.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-<!--
-    <item android:id="@android:id/background">
-        <shape>
-            <solid android:color="#804d83ba"/>
-        </shape>
-    </item>
-     -->
-    <item android:id="@android:id/progress">
-        <clip>
-            <shape>
-                <solid android:color="#804d83ba"/>
-            </shape>
-        </clip>
-    </item>
-
-</layer-list>
diff --git a/res/drawable/tab_background.xml b/res/drawable/tab_background.xml
index 65db25e..8e1881e 100644
--- a/res/drawable/tab_background.xml
+++ b/res/drawable/tab_background.xml
@@ -14,9 +14,13 @@
      limitations under the License.
 -->
 
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_selected="true"
-            android:drawable="@drawable/tab_selected_bg" />
-    <item android:state_selected="false"
-            android:drawable="@drawable/tab_unselected_bg" />
+<selector
+    xmlns:android="http://schemas.android.com/apk/res/android">
+    <item
+        android:state_selected="true"
+        android:drawable="@drawable/tab_selected_bg" />
+    <item
+        android:state_selected="false"
+        android:drawable="@drawable/tab_unselected_bg">
+    </item>
 </selector>
diff --git a/res/drawable/tab_unselected.xml b/res/drawable/tab_unselected.xml
deleted file mode 100644
index 1f22ae1..0000000
--- a/res/drawable/tab_unselected.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="#00000000"/>
-    <stroke android:width="3dp" android:color="#ff404040"/>
-    <padding android:left="9dp" android:top="9dp"
-        android:right="9dp" android:bottom="9dp" />
-</shape>
diff --git a/res/drawable/textfield_nostroke.xml b/res/drawable/textfield_nostroke.xml
deleted file mode 100644
index 2945056..0000000
--- a/res/drawable/textfield_nostroke.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="#ffd0d0d0"/>
-    <stroke android:width="1dp" android:color="#ff94b73f"/>
-    <padding android:left="9dp" android:top="9dp"
-        android:right="9dp" android:bottom="9dp" />
-</shape>
diff --git a/res/drawable/textfield_stroke.xml b/res/drawable/textfield_stroke.xml
deleted file mode 100644
index 4d4c74e..0000000
--- a/res/drawable/textfield_stroke.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="#ffffffff"/>
-    <stroke android:width="3dp" android:color="#ff94b73f"/>
-    <padding android:left="9dp" android:top="9dp"
-        android:right="9dp" android:bottom="9dp" />
-</shape>