summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-02 17:16:58 +0300
committerAndrew Dolgov <[email protected]>2020-10-02 17:16:58 +0300
commitbd4d2b215163a0de400db3ff7f65a05f7d2cb41b (patch)
tree9009061bdaa8c3fa7bce0fa77c335309f329eb4e /org.fox.ttrss/src/main/res/layout
parentf44e5a67123d47c1637fcc8f7b25537c4fabe8ea (diff)
remove unused offline headlines fab, etc
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml19
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml8
2 files changed, 4 insertions, 23 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml
index 170eab8d..6e43864a 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/headlines_fragment"
- android:background="?android:colorBackground"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:id="@+id/headlines_fragment"
+ android:background="?android:colorBackground"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/headlines_swipe_container"
@@ -18,14 +17,4 @@
android:layout_height="match_parent" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
- <com.google.android.material.floatingactionbutton.FloatingActionButton
- android:id="@+id/headlines_fab"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="end|bottom"
- app:layout_anchorGravity="end|bottom"
- android:src="@drawable/ic_refresh"
- android:layout_marginBottom="72dp"
- android:layout_marginRight="16dp" />
-
</FrameLayout> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml b/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
deleted file mode 100644
index 0fed31bf..00000000
--- a/org.fox.ttrss/src/main/res/layout/headlines_heading_spacer.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/headlines_heading_spacer"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/abc_action_bar_default_height_material">
-
-</FrameLayout> \ No newline at end of file