summaryrefslogtreecommitdiffstats
path: root/res/layout/main_album_flow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/main_album_flow.xml')
-rw-r--r--res/layout/main_album_flow.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/main_album_flow.xml b/res/layout/main_album_flow.xml
index d2e7cde..1807540 100644
--- a/res/layout/main_album_flow.xml
+++ b/res/layout/main_album_flow.xml
@@ -15,17 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.cyanogenmod.eleven.widgets.SquareFrame
+<org.lineageos.eleven.widgets.SquareFrame
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.cyanogenmod.eleven.widgets.SquareViewPager
+ <org.lineageos.eleven.widgets.SquareViewPager
android:id="@+id/audio_player_album_art_viewpager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<include layout="@layout/loading_empty_container" />
- <com.cyanogenmod.eleven.widgets.VisualizerView
+ <org.lineageos.eleven.widgets.VisualizerView
android:id="@+id/visualizerView"
android:gravity="bottom"
android:layout_gravity="bottom"
@@ -48,4 +48,4 @@
android:textColor="@color/audio_player_lyrics_text_color"
android:textSize="@dimen/text_size_small"
android:alpha="0.0"/>
-</com.cyanogenmod.eleven.widgets.SquareFrame> \ No newline at end of file
+</org.lineageos.eleven.widgets.SquareFrame> \ No newline at end of file