summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-08 00:57:08 +0400
committerAndrew Dolgov <[email protected]>2014-11-08 00:57:08 +0400
commita509415720d059d59d35d83750c78d25b35256cb (patch)
treef001be37b249a4a02bfc9b13d64218fe75522aa9 /org.fox.ttrss/src/main/res/layout
parente7ed44307cffca0f0c7dabf4de0c8872f057e392 (diff)
add fab button to article fragment
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/article_fragment.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_fragment.xml b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
index 2f1b4498..45d41f72 100644
--- a/org.fox.ttrss/src/main/res/layout/article_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
@@ -1,4 +1,4 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_fragment"
android:layout_width="fill_parent"
android:layout_height="match_parent"
@@ -101,5 +101,14 @@
</LinearLayout>
</org.fox.ttrss.util.NoChildFocusScrollView>
+ <com.shamanland.fab.FloatingActionButton
+ android:id="@+id/article_fab"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom|right"
+ android:layout_marginRight="16dp"
+ android:layout_marginBottom="20dp"
+ android:src="@drawable/ic_action_web_site"
+ />
-</RelativeLayout> \ No newline at end of file
+</FrameLayout> \ No newline at end of file