diff options
author | Steve Kondik <steve@cyngn.com> | 2016-01-03 04:01:10 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-01-05 02:17:50 -0800 |
commit | dedace3fd143fc18671a6a10f58ff7905d8e12a1 (patch) | |
tree | 078b46304b0faec0b13273e969b77fa1db37a6d0 /res | |
parent | ae101354da911ec24238806b9cfdf9243a5b247f (diff) | |
download | android_packages_apps_AudioFX-dedace3fd143fc18671a6a10f58ff7905d8e12a1.tar.gz android_packages_apps_AudioFX-dedace3fd143fc18671a6a10f58ff7905d8e12a1.tar.bz2 android_packages_apps_AudioFX-dedace3fd143fc18671a6a10f58ff7905d8e12a1.zip |
audiofx: Change namespace of local ViewPagerIndicator
* To avoid conflicts elsewhere in the tree.
Change-Id: I16f9b37f752f1be8971723f25479045edf72988e
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/equalizer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/equalizer.xml b/res/layout/equalizer.xml index 78c31d0..0f2a613 100644 --- a/res/layout/equalizer.xml +++ b/res/layout/equalizer.xml @@ -24,7 +24,7 @@ android:layout_height="wrap_content" /> - <com.viewpagerindicator.CirclePageIndicator + <com.cyngn.audiofx.viewpagerindicator.CirclePageIndicator android:id="@+id/indicator" android:padding="10dip" android:layout_height="wrap_content" |