diff --git a/app/build.gradle b/app/build.gradle
index 79250ba..f8e0488 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,7 +29,7 @@ dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:support-v4:21.0.0'
compile 'com.android.support:appcompat-v7:21.0.0'
- compile 'com.getbase:floatingactionbutton:1.1.0'
+ compile 'net.i2p.android.ext:floatingactionbutton:1.1.0'
compile ('com.mcxiaoke.viewpagerindicator:library:2.4.1') {
exclude group: 'com.android.support', module: 'support-v4'
}
diff --git a/app/src/main/res/layout/fragment_list_emails.xml b/app/src/main/res/layout/fragment_list_emails.xml
index 53e8ab9..62942b2 100644
--- a/app/src/main/res/layout/fragment_list_emails.xml
+++ b/app/src/main/res/layout/fragment_list_emails.xml
@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
-
-