فهرست منبع

Update fragment_line_menu.xml

Tristan Wiley 10 سال پیش
والد
کامیت
d4002d9def
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      example/src/main/res/layout/fragment_line_menu.xml

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

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