FloatingActionBar 1.1.0
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user