Fix volume controller UI (#558)

This commit is contained in:
Synced Synapse 2018-06-16 13:10:18 +01:00 committed by GitHub
parent 4d53a377e0
commit 796576eaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_toRightOf="@id/npp_volume_mute"
android:layout_toRightOf="@id/vcd_volume_mute"
android:layout_toEndOf="@id/vcd_volume_mute"
android:orientation="vertical">
</org.xbmc.kore.ui.widgets.VolumeLevelIndicator>
</RelativeLayout>