Selaa lähdekoodia

Update fragment_line_menu.xml

Tristan Wiley 10 vuotta sitten
vanhempi
sitoutus
d5d53b6364
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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">
 
-    <novaapps.floatingactionmenu.FloatingActionMenu
+    <terranovaproductions.newcomicreader.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"/>
 
-    </novaapps.floatingactionmenu.FloatingActionMenu>
+    </terranovaproductions.newcomicreader.FloatingActionMenu>
 
 </LinearLayout>