summaryrefslogtreecommitdiffstats
path: root/res/layout-land/fragment_audiofx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/fragment_audiofx.xml')
-rw-r--r--res/layout-land/fragment_audiofx.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout-land/fragment_audiofx.xml b/res/layout-land/fragment_audiofx.xml
index 76e3e59..03b3ec9 100644
--- a/res/layout-land/fragment_audiofx.xml
+++ b/res/layout-land/fragment_audiofx.xml
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
-<com.cyngn.audiofx.widget.InterceptableLinearLayout
+<org.cyanogenmod.audiofx.widget.InterceptableLinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:custom="http://schemas.android.com/apk/res/com.cyngn.audiofx"
+ xmlns:custom="http://schemas.android.com/apk/res/org.cyanogenmod.audiofx"
android:id="@+id/interceptable_layout"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- equalizer layout -->
- <FrameLayout class="com.cyngn.audiofx.fragment.EqualizerFragment"
+ <FrameLayout class="org.cyanogenmod.audiofx.fragment.EqualizerFragment"
android:id="@+id/equalizer"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"/>
<!-- knobs -->
- <FrameLayout class="com.cyngn.audiofx.fragment.ControlsFragment"
+ <FrameLayout class="org.cyanogenmod.audiofx.fragment.ControlsFragment"
android:id="@+id/controls"
android:layout_weight="0"
android:layout_width="wrap_content"
android:layout_height="match_parent"/>
-</com.cyngn.audiofx.widget.InterceptableLinearLayout>
+</org.cyanogenmod.audiofx.widget.InterceptableLinearLayout>