summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-02 16:11:14 +0300
committerAndrew Dolgov <[email protected]>2020-10-02 16:11:14 +0300
commitf44e5a67123d47c1637fcc8f7b25537c4fabe8ea (patch)
treea00392a954428bae2aa9832b08f3d919b28099b9 /org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml
parent39d707061fc481ca8163444f224339fe6b2314b1 (diff)
fix headlines fab
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