summaryrefslogtreecommitdiffstats
path: root/res/layout/eq_container.xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-08-29 16:26:56 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-29 16:26:56 -0700
commit33b5c82b68ecf8c18f284214b65db0c2e80589ce (patch)
tree41741e034f2057289f485f49761ebe6bc2135532 /res/layout/eq_container.xml
parent10fc11011278db3da38e3d28f729887426c1c3a1 (diff)
parent71e5da3c38e5a7e79d5c1f94a13f239cc7ca7458 (diff)
downloadandroid_packages_apps_AudioFX-33b5c82b68ecf8c18f284214b65db0c2e80589ce.tar.gz
android_packages_apps_AudioFX-33b5c82b68ecf8c18f284214b65db0c2e80589ce.tar.bz2
android_packages_apps_AudioFX-33b5c82b68ecf8c18f284214b65db0c2e80589ce.zip
Merge "AudioFX: finish rename; persist process" into cm-13.0
Diffstat (limited to 'res/layout/eq_container.xml')
-rw-r--r--res/layout/eq_container.xml4
1 files changed, 2 insertions, 2 deletions
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>