summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/activity_main.xml2
-rw-r--r--res/layout-land/controls_generic.xml2
-rw-r--r--res/layout-land/controls_maxx_audio.xml10
-rw-r--r--res/layout-land/fragment_audiofx.xml10
-rw-r--r--res/layout-land/fragment_audiofx_maxxaudio.xml10
-rw-r--r--res/layout-land/generic_knob_control.xml2
-rw-r--r--res/layout/activity_main.xml2
-rw-r--r--res/layout/controls_generic.xml2
-rw-r--r--res/layout/controls_maxx_audio.xml10
-rw-r--r--res/layout/eq_container.xml4
-rw-r--r--res/layout/equalizer.xml8
-rw-r--r--res/layout/fragment_audiofx.xml10
-rw-r--r--res/layout/fragment_audiofx_maxxaudio.xml10
-rw-r--r--res/layout/generic_knob_control.xml2
14 files changed, 42 insertions, 42 deletions
diff --git a/res/layout-land/activity_main.xml b/res/layout-land/activity_main.xml
index bfae19c..474e3b4 100644
--- a/res/layout-land/activity_main.xml
+++ b/res/layout-land/activity_main.xml
@@ -2,7 +2,7 @@
<FrameLayout
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/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
diff --git a/res/layout-land/controls_generic.xml b/res/layout-land/controls_generic.xml
index b31ddcb..cd2a0ae 100644
--- a/res/layout-land/controls_generic.xml
+++ b/res/layout-land/controls_generic.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<com.cyngn.audiofx.knobs.KnobContainer
+<org.cyanogenmod.audiofx.knobs.KnobContainer
xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/knob_container_background"
android:id="@+id/knob_container"
diff --git a/res/layout-land/controls_maxx_audio.xml b/res/layout-land/controls_maxx_audio.xml
index 857f718..b87083a 100644
--- a/res/layout-land/controls_maxx_audio.xml
+++ b/res/layout-land/controls_maxx_audio.xml
@@ -39,7 +39,7 @@
</LinearLayout>
- <com.cyngn.audiofx.knobs.KnobContainer
+ <org.cyanogenmod.audiofx.knobs.KnobContainer
android:id="@+id/knob_container"
android:layout_width="match_parent"
android:layout_height="0dp"
@@ -63,7 +63,7 @@
android:layout_gravity="center_horizontal"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_width="@dimen/knob_width"
android:layout_gravity="top|center_horizontal"
@@ -89,7 +89,7 @@
android:layout_gravity="center_horizontal"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_gravity="top|center_horizontal"
android:layout_width="@dimen/knob_width"
@@ -120,7 +120,7 @@
android:id="@+id/bass_knob_container"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_gravity="top|center_horizontal"
android:layout_width="@dimen/knob_width"
@@ -137,6 +137,6 @@
</FrameLayout>
</LinearLayout>
- </com.cyngn.audiofx.knobs.KnobContainer>
+ </org.cyanogenmod.audiofx.knobs.KnobContainer>
</LinearLayout>
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>
diff --git a/res/layout-land/fragment_audiofx_maxxaudio.xml b/res/layout-land/fragment_audiofx_maxxaudio.xml
index 76e3e59..03b3ec9 100644
--- a/res/layout-land/fragment_audiofx_maxxaudio.xml
+++ b/res/layout-land/fragment_audiofx_maxxaudio.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>
diff --git a/res/layout-land/generic_knob_control.xml b/res/layout-land/generic_knob_control.xml
index 38883e1..c2fd2b2 100644
--- a/res/layout-land/generic_knob_control.xml
+++ b/res/layout-land/generic_knob_control.xml
@@ -6,7 +6,7 @@
android:layout_gravity="center_vertical"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_gravity="top|center_horizontal"
android:layout_width="wrap_content"
diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml
index e6c9f53..98878ea 100644
--- a/res/layout/activity_main.xml
+++ b/res/layout/activity_main.xml
@@ -2,7 +2,7 @@
<FrameLayout
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/main_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/res/layout/controls_generic.xml b/res/layout/controls_generic.xml
index 48b8e2f..b9c7b74 100644
--- a/res/layout/controls_generic.xml
+++ b/res/layout/controls_generic.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<com.cyngn.audiofx.knobs.KnobContainer
+<org.cyanogenmod.audiofx.knobs.KnobContainer
xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/knob_container_background"
android:id="@+id/knob_container"
diff --git a/res/layout/controls_maxx_audio.xml b/res/layout/controls_maxx_audio.xml
index 9d75cd7..1903385 100644
--- a/res/layout/controls_maxx_audio.xml
+++ b/res/layout/controls_maxx_audio.xml
@@ -38,7 +38,7 @@
</LinearLayout>
- <com.cyngn.audiofx.knobs.KnobContainer
+ <org.cyanogenmod.audiofx.knobs.KnobContainer
android:id="@+id/knob_container"
android:layout_width="match_parent"
android:layout_height="0dp"
@@ -60,7 +60,7 @@
android:layout_gravity="center_horizontal"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_width="@dimen/knob_width"
android:layout_gravity="top|center_horizontal"
@@ -90,7 +90,7 @@
android:id="@+id/bass_knob_container"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_gravity="top|center_horizontal"
android:layout_width="@dimen/knob_width"
@@ -121,7 +121,7 @@
android:layout_gravity="center_horizontal"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_gravity="top|center_horizontal"
android:layout_width="@dimen/knob_width"
@@ -143,6 +143,6 @@
android:layout_width="0dp"
android:layout_height="match_parent"/>
- </com.cyngn.audiofx.knobs.KnobContainer>
+ </org.cyanogenmod.audiofx.knobs.KnobContainer>
</LinearLayout>
diff --git a/res/layout/eq_container.xml b/res/layout/eq_container.xml
index e41defb..f8b57a2 100644
--- a/res/layout/eq_container.xml
+++ b/res/layout/eq_container.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<com.cyngn.audiofx.eq.EqContainerView
+<org.cyanogenmod.audiofx.eq.EqContainerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/eq_container"
android:layout_width="match_parent"
@@ -54,4 +54,4 @@
</FrameLayout>
-</com.cyngn.audiofx.eq.EqContainerView>
+</org.cyanogenmod.audiofx.eq.EqContainerView>
diff --git a/res/layout/equalizer.xml b/res/layout/equalizer.xml
index 0f2a613..fccd1cb 100644
--- a/res/layout/equalizer.xml
+++ b/res/layout/equalizer.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<com.cyngn.audiofx.eq.EqSwipeController
+<org.cyanogenmod.audiofx.eq.EqSwipeController
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_interceptor"
android:orientation="vertical"
@@ -18,13 +18,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <com.cyngn.audiofx.preset.InfiniteViewPager
+ <org.cyanogenmod.audiofx.preset.InfiniteViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
- <com.cyngn.audiofx.viewpagerindicator.CirclePageIndicator
+ <org.cyanogenmod.audiofx.viewpagerindicator.CirclePageIndicator
android:id="@+id/indicator"
android:padding="10dip"
android:layout_height="wrap_content"
@@ -39,4 +39,4 @@
/>
</LinearLayout>
-</com.cyngn.audiofx.eq.EqSwipeController>
+</org.cyanogenmod.audiofx.eq.EqSwipeController>
diff --git a/res/layout/fragment_audiofx.xml b/res/layout/fragment_audiofx.xml
index c4bb367..cf78ebf 100644
--- a/res/layout/fragment_audiofx.xml
+++ b/res/layout/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="vertical"
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="match_parent"
android:layout_height="0dp"/>
<!-- 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="match_parent"
android:layout_height="160dp"/>
-</com.cyngn.audiofx.widget.InterceptableLinearLayout>
+</org.cyanogenmod.audiofx.widget.InterceptableLinearLayout>
diff --git a/res/layout/fragment_audiofx_maxxaudio.xml b/res/layout/fragment_audiofx_maxxaudio.xml
index 3f5a022..754e0dc 100644
--- a/res/layout/fragment_audiofx_maxxaudio.xml
+++ b/res/layout/fragment_audiofx_maxxaudio.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="vertical"
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="match_parent"
android:layout_height="0dp"/>
<!-- 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="match_parent"
android:layout_height="200dp"/>
-</com.cyngn.audiofx.widget.InterceptableLinearLayout>
+</org.cyanogenmod.audiofx.widget.InterceptableLinearLayout>
diff --git a/res/layout/generic_knob_control.xml b/res/layout/generic_knob_control.xml
index 6d9f531..bf336b2 100644
--- a/res/layout/generic_knob_control.xml
+++ b/res/layout/generic_knob_control.xml
@@ -5,7 +5,7 @@
android:layout_weight="0"
android:paddingBottom="@dimen/knob_container_padding_bottom">
- <com.cyngn.audiofx.knobs.RadialKnob
+ <org.cyanogenmod.audiofx.knobs.RadialKnob
android:id="@+id/knob"
android:layout_gravity="top|center_horizontal"
android:layout_width="@dimen/knob_width"