From 839f09b06e9175397b8f241fed8f5005eb064dd8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 3 Oct 2020 09:01:59 +0300 Subject: move fab to activity view out of specific fragments --- .../res/layout-sw600dp-land/activity_master.xml | 25 +++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml') diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml index c89f3baa..9ba663f6 100644 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/activity_master.xml @@ -2,6 +2,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:fitsSystemWindows="true" + xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"> @@ -29,16 +30,30 @@ android:background="?feedlistBackground" > - - - + + + + + + -- cgit v1.2.3