浏览代码

Fix snackbar/FAB overlap in edit categories view

arkon 4 年之前
父节点
当前提交
e422b1d6c1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/main/res/layout/categories_controller.xml

+ 2 - 2
app/src/main/res/layout/categories_controller.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_width="match_parent"
@@ -27,4 +27,4 @@
         android:layout_gravity="center"
         android:layout_gravity="center"
         android:visibility="gone" />
         android:visibility="gone" />
 
 
-</FrameLayout>
+</androidx.coordinatorlayout.widget.CoordinatorLayout>