Browse Source

Update fragment_circle_menu.xml

Tristan Wiley 10 years ago
parent
commit
8822a593ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      example/src/main/res/layout/fragment_circle_menu.xml

+ 2 - 2
example/src/main/res/layout/fragment_circle_menu.xml

@@ -5,7 +5,7 @@
     android:layout_height="match_parent"
     android:background="@android:color/white">
 
-    <terranovaproductions.newcomicreader.FloatingActionMenu
+    <com.novaapps.floatingactionmenu
         android:id="@+id/fab_menu_circle"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
@@ -47,6 +47,6 @@
             fab:fabSize="mini"
             fab:backgroundTint="@color/material_orange"/>
 
-    </terranovaproductions.newcomicreader.FloatingActionMenu>
+    </com.novaapps.floatingactionmenu>
 
 </LinearLayout>