aboutsummaryrefslogtreecommitdiff
path: root/res/layout/select_album_header.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/layout/select_album_header.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/layout/select_album_header.xml')
-rw-r--r--res/layout/select_album_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml
index eb8346c3..4110d530 100644
--- a/res/layout/select_album_header.xml
+++ b/res/layout/select_album_header.xml
@@ -80,7 +80,7 @@
android:padding="10dip"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
- android:background="?android:selectableItemBackground"/>
+ style="@style/BasicButton"/>
</RelativeLayout>