aboutsummaryrefslogtreecommitdiff
path: root/res/layout/abstract_fragment_activity.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/abstract_fragment_activity.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/abstract_fragment_activity.xml')
-rw-r--r--res/layout/abstract_fragment_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/abstract_fragment_activity.xml b/res/layout/abstract_fragment_activity.xml
index 5f3a592b..0702397f 100644
--- a/res/layout/abstract_fragment_activity.xml
+++ b/res/layout/abstract_fragment_activity.xml
@@ -15,7 +15,7 @@
android:id="@+id/bottom_bar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="?android:selectableItemBackground"
+ style="@style/BasicButton"
android:orientation="horizontal">
<ImageView