Skip to content

Commit 6954ab3

Browse files
author
Chris Bellew
committed
Updated tv and music playback screens for new playback layouts.
1 parent de9fa98 commit 6954ab3

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android'
22

33
android {
44
compileSdkVersion 21
5-
buildToolsVersion '21.1.2'
5+
buildToolsVersion '22.0.1'
66
defaultConfig {
77
applicationId "com.atomjack.vcfp"
88
minSdkVersion 15

mobile/src/main/res/layout/now_playing_music.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@
6565

6666
</LinearLayout>
6767

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" />
8269

8370
</RelativeLayout>

mobile/src/main/res/layout/now_playing_show.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,6 @@
8787
</LinearLayout>
8888
</ScrollView>
8989

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" />
10491

10592
</RelativeLayout>

0 commit comments

Comments
 (0)