aboutsummaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-16 18:02:47 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-16 18:02:47 -0700
commit6f5dd47ef78be4caf578040ea7d3c3e72ad9df42 (patch)
treeae03de4906ed6284f2ba26afaf184c6898bfd9b7 /res/values/styles.xml
parentae7e2acb924dc15e9f0083aaf388de21bce8fefa (diff)
downloaddsub-6f5dd47ef78be4caf578040ea7d3c3e72ad9df42.tar.gz
dsub-6f5dd47ef78be4caf578040ea7d3c3e72ad9df42.tar.bz2
dsub-6f5dd47ef78be4caf578040ea7d3c3e72ad9df42.zip
Fix crash on GB by only using system selectable background on ICS+, default to blue Holo version for GB
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 103e4e49..1ce49e4a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="PlaybackControl">
- <item name="android:background">?android:selectableItemBackground</item>
+ <style name="BasicButton">
+ <item name="android:background">@drawable/abc_item_background_holo_light</item>
+ </style>
+
+ <style name="PlaybackControl" parent="@style/BasicButton">
<item name="android:scaleType">fitCenter</item>
<item name="android:padding">6dip</item>
<item name="android:layout_marginLeft">4dip</item>