aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 83899fc..a225cb7 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -2,12 +2,21 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="@drawable/bg"
android:orientation="vertical" >
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="0dp"
- android:layout_weight="1" >
+ android:layout_margin="10dp"
+ android:layout_weight="1"
+ android:background="#000" >
+
+ <com.pheelicks.visualizer.VisualizerView
+ android:id="@+id/visualizerView"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
+ </com.pheelicks.visualizer.VisualizerView>
</FrameLayout>
<LinearLayout