File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
buildToolsVersion " 21.1.2"
6
6
7
7
defaultConfig {
8
- minSdkVersion 14
8
+ minSdkVersion 10
9
9
targetSdkVersion 21
10
10
versionCode 1
11
11
versionName " 1.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
6
6
7
7
defaultConfig {
8
8
applicationId " github.chenupt.dragtoplayout.demo"
9
- minSdkVersion 14
9
+ minSdkVersion 10
10
10
targetSdkVersion 21
11
11
versionCode 4
12
12
versionName " 1.1"
@@ -26,7 +26,7 @@ dependencies {
26
26
compile ' de.greenrobot:eventbus:2.4.0'
27
27
compile ' com.google.guava:guava:18.0'
28
28
compile ' com.jpardogo.materialtabstrip:library:1.0.8'
29
- compile ' com.getbase:floatingactionbutton :1.7.0 '
29
+ compile ' com.github.shell-software:fab :1.0.5 '
30
30
31
31
compile ' com.navercorp.pulltorefresh:library:3.2.0@aar'
32
32
Original file line number Diff line number Diff line change 81
81
</LinearLayout >
82
82
83
83
84
- <com .getbase.floatingactionbutton.FloatingActionButton
84
+ <com .software.shell.fab.ActionButton
85
85
xmlns : fab =" http://schemas.android.com/apk/res-auto"
86
86
android : id =" @+id/actionButton"
87
87
android : layout_width =" wrap_content"
88
88
android : layout_height =" wrap_content"
89
- fab : fab_icon =" @drawable/ic_fab_star"
90
- fab : fab_colorNormal =" @color/colorAccent"
91
- fab : fab_colorPressed =" @color/colorAccentPressed"
89
+ android : layout_marginRight =" @dimen/fab_margin"
90
+ android : layout_marginBottom =" @dimen/fab_margin"
92
91
android : layout_gravity =" bottom|right"
92
+ fab : image =" @drawable/ic_fab_star"
93
+ fab : button_color =" @color/colorAccent"
94
+ fab : button_colorPressed =" @color/colorAccentPressed"
93
95
/>
94
96
95
97
</github .chenupt.dragtoplayout.DragTopLayout>
You can’t perform that action at this time.
0 commit comments