summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2011-10-31 13:45:46 -0700
committerMarco Nelissen <marcone@google.com>2011-10-31 13:49:00 -0700
commit709c41588693deef6f9130c819fe742bf0ced05f (patch)
tree3b3fc61a1a595e17c507e2c68197c707d0e422b8 /res/layout
parent1ddd9c9c259fde3c745cbcc10ed06243dce5b05b (diff)
downloadandroid_packages_apps_AudioFX-709c41588693deef6f9130c819fe742bf0ced05f.tar.gz
android_packages_apps_AudioFX-709c41588693deef6f9130c819fe742bf0ced05f.tar.bz2
android_packages_apps_AudioFX-709c41588693deef6f9130c819fe742bf0ced05f.zip
Use ActionBar for MusicFX, adjust text sizes
b/5447177 Change-Id: If8042879dd0f13d4747a7fbc9247cefa0fa60155
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/music_main.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/res/layout/music_main.xml b/res/layout/music_main.xml
index 90c23ff..367d5a2 100644
--- a/res/layout/music_main.xml
+++ b/res/layout/music_main.xml
@@ -33,28 +33,6 @@
android:layout_weight="1"
android:visibility="gone" />
- <RelativeLayout
- android:id="@+id/mainToggleEffectsLayout"
- android:layout_width="match_parent"
- android:layout_height="50dip"
- android:background="#999"
- android:gravity="center_vertical"
- android:paddingRight="4dip">
- <TextView
- android:id="@+id/mainToggleEffectsTitleTextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dip"
- android:layout_alignParentLeft="true"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:text="@string/eq_dialog_title" />
- <Switch
- android:id="@+id/mainToggleEffectsCheckBox"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true" />
- </RelativeLayout>
-
<ScrollView
android:id="@+id/contentSoundEffects"
android:orientation="vertical"
@@ -94,7 +72,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:textAppearance="?android:attr/textAppearanceLarge"
+ android:textAppearance="?android:attr/textAppearanceMedium"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:text="@string/bass_boost_strength" />
@@ -125,7 +103,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:textAppearance="?android:attr/textAppearanceLarge"
+ android:textAppearance="?android:attr/textAppearanceMedium"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:text="@string/virtualizer_strength" />