summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml19
1 files changed, 9 insertions, 10 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 56a1137a..170eab8d 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
@@ -18,15 +18,14 @@
android:layout_height="match_parent" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
- <com.shamanland.fab.FloatingActionButton
- android:id="@+id/headlines_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"
- />
+ <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