Skip to content

Commit 3f423f4

Browse files
sentinelwebsentinelweb
authored andcommitted
#496 - round volume box
1 parent fa7730b commit 3f423f4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3+
<solid android:color="@color/black_transparent_background"/>
4+
<corners android:radius="@dimen/medium_corner_cut"/>
5+
</shape>

app/src/main/res/layout/view_cast_volume.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:layout_height="wrap_content"
66
xmlns:app="http://schemas.android.com/apk/res-auto"
77
android:orientation="vertical"
8-
android:background="@color/black_transparent_background"
8+
android:background="@drawable/vol_bg"
99
android:paddingTop="8dp"
1010
android:paddingBottom="8dp"
1111
>
@@ -50,4 +50,4 @@
5050
app:tint="@color/white"
5151
/>
5252

53-
</LinearLayout>
53+
</LinearLayout>

hub/src/main/kotlin/uk/co/sentinelweb/cuer/hub/ui/remotes/RemotesUiCoordinator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class RemotesUiCoordinator(
151151
castController = get(),
152152
)
153153
}
154-
scoped { RemotesModelMapper(get(), get()) }
154+
scoped { RemotesModelMapper(get(), cuerCastPlayerWatcher = get(), log = get()) }
155155
scoped {
156156
CastController(
157157
cuerCastPlayerWatcher = get(),

0 commit comments

Comments
 (0)