소스 검색

Changed package

Tristan Wiley 10 년 전
부모
커밋
7a624c8125
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      example/src/main/res/layout/fragment_circle_menu.xml

+ 3 - 3
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
+    <novaapps.floatingactionmenu.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>
+    </novaapps.floatingactionmenu.FloatingActionMenu>
 
-</LinearLayout>
+</LinearLayout>