File tree Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'android'
2
2
3
3
android {
4
4
compileSdkVersion 21
5
- buildToolsVersion ' 21.1.2 '
5
+ buildToolsVersion ' 22.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.atomjack.vcfp"
8
8
minSdkVersion 15
Original file line number Diff line number Diff line change 65
65
66
66
</LinearLayout >
67
67
68
- <LinearLayout
69
- android : layout_width =" fill_parent"
70
- android : layout_height =" 120dp"
71
- android : orientation =" vertical"
72
- android : layout_alignParentBottom =" true"
73
- android : layout_centerHorizontal =" true"
74
- android : id =" @+id/nowPlayingControls" >
75
- <SeekBar
76
- android : layout_width =" fill_parent"
77
- android : layout_height =" wrap_content"
78
- android : id =" @+id/seekBar"
79
- android : paddingBottom =" 10dp" />
80
- <include layout =" @layout/playback_music" />
81
- </LinearLayout >
68
+ <include layout =" @layout/playback_music" />
82
69
83
70
</RelativeLayout >
Original file line number Diff line number Diff line change 87
87
</LinearLayout >
88
88
</ScrollView >
89
89
90
- <LinearLayout
91
- android : layout_width =" fill_parent"
92
- android : layout_height =" 120dp"
93
- android : orientation =" vertical"
94
- android : layout_alignParentBottom =" true"
95
- android : layout_centerHorizontal =" true"
96
- android : id =" @+id/nowPlayingMusic" >
97
- <SeekBar
98
- android : layout_width =" fill_parent"
99
- android : layout_height =" wrap_content"
100
- android : id =" @+id/seekBar"
101
- android : paddingBottom =" 10dp" />
102
- <include layout =" @layout/playback" />
103
- </LinearLayout >
90
+ <include layout =" @layout/playback" />
104
91
105
92
</RelativeLayout >
You can’t perform that action at this time.
0 commit comments