Use our own, backwards-compatible version of the FloatingActionBar library

This commit is contained in:
str4d
2014-10-30 07:22:03 +00:00
parent 6857cec4ee
commit 99e2b6d5ea
3 changed files with 3 additions and 3 deletions

View File

@@ -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'
}

View File

@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.getbase.floatingactionbutton.FloatingActionButton
<net.i2p.android.ext.floatingactionbutton.FloatingActionButton
android:id="@+id/promoted_action"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@@ -27,7 +27,7 @@
android:text="@string/folder_empty" />
</ScrollView>
<com.getbase.floatingactionbutton.FloatingActionButton
<net.i2p.android.ext.floatingactionbutton.FloatingActionButton
android:id="@+id/promoted_action"
android:layout_width="wrap_content"
android:layout_height="wrap_content"