Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / res / drawable / app_banner_button_open.xml
index 27b5f2d..d841e08 100644 (file)
@@ -8,13 +8,14 @@
 
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
     <item android:state_pressed="true">
-        <shape xmlns:android="http://schemas.android.com/apk/res/android">
-            <stroke android:width="1dp" android:color="#cccccc" />
+        <shape>
             <solid android:color="#ebebeb" />
+            <stroke android:width="1dp" android:color="#cccccc" />
         </shape>
     </item>
     <item>
-        <shape xmlns:android="http://schemas.android.com/apk/res/android">
+        <shape>
+            <solid android:color="#ffffff" />
             <stroke android:width="1dp" android:color="#d9d9d9"/>
         </shape>
     </item>