diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index f2952775..4cc22613 100644
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -33,4 +33,5 @@ dependencies {
compile 'com.android.support:support-v4:21.0.0'
compile 'com.google.code.gson:gson:2.2.4'
compile 'com.android.support:appcompat-v7:21.0.0'
+ compile 'com.shamanland:fab:0.0.5'
}
diff --git a/org.fox.ttrss/org.fox.ttrss.iml b/org.fox.ttrss/org.fox.ttrss.iml
index 2f2a4b69..5506e1af 100644
--- a/org.fox.ttrss/org.fox.ttrss.iml
+++ b/org.fox.ttrss/org.fox.ttrss.iml
@@ -82,6 +82,7 @@
+
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index a5817e4b..d215d256 100644
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
+ android:versionCode="274"
+ android:versionName="1.67" >
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 4dc4db9f..41e913e1 100644
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -30,6 +30,7 @@
- #dddddd
- ?colorPrimaryDark
- @android:color/white
+ - @style/FabTheme
- #6482af
- #526A8E
@@ -79,6 +80,7 @@
- #a0a0a0
- ?colorPrimaryDark
- @android:color/white
+ - @style/FabTheme
- #51698E
- #445877
@@ -87,4 +89,8 @@
+
+
\ No newline at end of file