系统设置页更改样式带边框

--- a/core/res/res/drawable/item_background.xml
+++ b/core/res/res/drawable/item_background.xml
@@ -19,11 +19,12 @@
     
 
     
-    
-    
-    
-    
+    
+    
+    
+    
     
     
+	
 
 

--- a/core/res/res/values/themes_holo.xml
+++ b/core/res/res/values/themes_holo.xml
@@ -129,7 +129,7 @@
         @style/Widget.Holo.CompoundButton.Switch
         @style/Widget.Holo.MediaRouteButton
 
-        @drawable/item_background_holo_dark
+        @drawable/item_background
         ?attr/selectableItemBackground
         @style/Widget.Holo.Button.Borderless
         @drawable/ic_ab_back_holo_dark
@@ -492,7 +492,7 @@
         @style/Widget.Holo.Light.CompoundButton.Switch
         @style/Widget.Holo.Light.MediaRouteButton
 
-        @drawable/item_background_holo_light
+        @drawable/item_background
         ?attr/selectableItemBackground
         @style/Widget.Holo.Light.Button.Borderless
         @drawable/ic_ab_back_holo_light

--- a/core/res/res/values/themes_material.xml
+++ b/core/res/res/values/themes_material.xml
@@ -108,8 +108,8 @@
         @style/Widget.Material.CompoundButton.Switch
         @style/Widget.Material.MediaRouteButton
 
-        @drawable/item_background_material
-        @drawable/item_background_borderless_material
+        @drawable/item_background
+        @drawable/item_background
         @style/Widget.Material.Button.Borderless
         @drawable/ic_ab_back_material
 
@@ -480,8 +480,8 @@
         @style/Widget.Material.Light.CompoundButton.Switch
         @style/Widget.Material.Light.MediaRouteButton
 
-        @drawable/item_background_material
-        @drawable/item_background_borderless_material
+        @drawable/item_background
+        @drawable/item_background
         @style/Widget.Material.Light.Button.Borderless
         @drawable/ic_ab_back_material


你可能感兴趣的:(前端,html,javascript)