summaryrefslogtreecommitdiffstats
path: root/res/layout/controls_generic.xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-07-08 17:21:04 -0700
committerRoman Birg <roman@cyngn.com>2015-07-10 17:28:47 -0700
commit37c4a3107cd0bff3489d2ee49682f00d2025db49 (patch)
treee22b0beddd90a81cada8bf51c1744ab7378617a2 /res/layout/controls_generic.xml
parentd281ad758d9b10a3a50c1ad44541457a63ec4ff8 (diff)
downloadandroid_packages_apps_AudioFX-37c4a3107cd0bff3489d2ee49682f00d2025db49.tar.gz
android_packages_apps_AudioFX-37c4a3107cd0bff3489d2ee49682f00d2025db49.tar.bz2
android_packages_apps_AudioFX-37c4a3107cd0bff3489d2ee49682f00d2025db49.zip
AudioFX: DTS
REF: SAMBAR-165 Change-Id: Ia7d1450fb973279c3b4589ae6de74860444a739a Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res/layout/controls_generic.xml')
-rw-r--r--res/layout/controls_generic.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/layout/controls_generic.xml b/res/layout/controls_generic.xml
new file mode 100644
index 0000000..44f6a7b
--- /dev/null
+++ b/res/layout/controls_generic.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:background="@color/knob_container_background"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="160dp"
+ android:elevation="8dp"
+ android:padding="4dp">
+
+ <com.cyngn.audiofx.knobs.KnobContainer
+ android:id="@+id/knob_container"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:gravity="top|center_horizontal"
+ android:orientation="horizontal"
+ android:animateLayoutChanges="true"
+ android:layout_weight="1">
+
+ </com.cyngn.audiofx.knobs.KnobContainer>
+
+</LinearLayout>