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

Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
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