FloatingActionBar 1.1.0

This commit is contained in:
str4d
2014-10-26 01:16:42 +00:00
parent 56a4159c34
commit 737b165d25
3 changed files with 7 additions and 7 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.0.0'
compile 'com.getbase:floatingactionbutton:1.1.0'
compile ('com.mcxiaoke.viewpagerindicator:library:2.4.1') {
exclude group: 'com.android.support', module: 'support-v4'
}

View File

@@ -19,7 +19,7 @@
android:layout_marginBottom="@dimen/listitem_horizontal_margin"
android:layout_marginEnd="@dimen/listitem_horizontal_margin"
android:layout_marginRight="@dimen/listitem_horizontal_margin"
app:colorNormal="@color/accent"
app:colorPressed="@color/accent_dark"
app:drawable="@drawable/ic_create_white_24dp" />
app:fab_colorNormal="@color/accent"
app:fab_colorPressed="@color/accent_dark"
app:fab_icon="@drawable/ic_create_white_24dp" />
</RelativeLayout>

View File

@@ -37,9 +37,9 @@
android:layout_marginBottom="@dimen/listitem_horizontal_margin"
android:layout_marginEnd="@dimen/listitem_horizontal_margin"
android:layout_marginRight="@dimen/listitem_horizontal_margin"
app:colorNormal="@color/accent"
app:colorPressed="@color/accent_dark"
app:drawable="@drawable/ic_create_white_24dp" />
app:fab_colorNormal="@color/accent"
app:fab_colorPressed="@color/accent_dark"
app:fab_icon="@drawable/ic_create_white_24dp" />
</RelativeLayout>
</i2p.bote.android.util.MultiSwipeRefreshLayout>