aboutsummaryrefslogtreecommitdiff
path: root/res/layout/equalizer.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-10-24 21:12:03 -0700
committerScott Jackson <daneren2005@gmail.com>2013-10-24 21:12:03 -0700
commit8eae024258e37b5cad467ffdb220c261461554eb (patch)
treed95c1d49337b9a7fb133a3e0a5c01439546ad00f /res/layout/equalizer.xml
parent55fe550103bc117fe5d6e899b1833ef9481ad658 (diff)
downloaddsub-8eae024258e37b5cad467ffdb220c261461554eb.tar.gz
dsub-8eae024258e37b5cad467ffdb220c261461554eb.tar.bz2
dsub-8eae024258e37b5cad467ffdb220c261461554eb.zip
Make the activities look and act the same
Diffstat (limited to 'res/layout/equalizer.xml')
-rw-r--r--res/layout/equalizer.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/layout/equalizer.xml b/res/layout/equalizer.xml
index ee1a9560..6e3c7e5c 100644
--- a/res/layout/equalizer.xml
+++ b/res/layout/equalizer.xml
@@ -4,7 +4,6 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="@drawable/album_art_background"
android:padding="16dip">
<CheckBox
@@ -12,7 +11,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/equalizer.enabled"
- android:textColor="#c0c0c0"
android:textAppearance="?android:attr/textAppearanceMedium"/>
<ScrollView