summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml b/org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml
index 651ad65..59d985c 100644
--- a/org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml
+++ b/org.fox.ttcomics/src/main/res/layout/fragment_comics_grid.xml
@@ -1,5 +1,4 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
@@ -15,17 +14,4 @@
android:columnWidth="160dp"
android:numColumns="auto_fit" />
</android.support.v4.widget.SwipeRefreshLayout>
-
- <com.shamanland.fab.FloatingActionButton
- android:id="@+id/fab"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom|right"
- android:layout_marginRight="16dp"
- android:layout_marginBottom="20dp"
- app:floatingActionButtonColor="?colorAccent"
- android:src="@drawable/ic_refresh"
- />
-
-
</FrameLayout> \ No newline at end of file