summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-24 12:56:54 +0300
committerAndrew Dolgov <[email protected]>2015-06-24 12:56:54 +0300
commitafccfa1003090faeeb0f44eb050da0816dcac1ac (patch)
tree74bcc947640205d46d39dddd5edbdf177656ddd6 /org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
parent7c068db279cf1a1f305cfd5b8cc49f1174b23ae5 (diff)
add FAB to headlines list
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_headlines.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/fragment_headlines.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
index acddc7a8..7b7244a3 100644
--- a/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines.xml
@@ -1,5 +1,6 @@
<?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"
@@ -29,4 +30,15 @@
android:visibility="invisible" >
</TextView> -->
+ <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"
+ />
+
</FrameLayout> \ No newline at end of file