Sfoglia il codice sorgente

Update fragment_circle_menu.xml

Tristan Wiley 10 anni fa
parent
commit
8822a593ff
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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>