Added default margin to control pad and bottom shortcuts (#485)

This commit is contained in:
Martijn Brekhof 2017-11-29 20:54:49 +01:00 committed by Synced Synapse
parent ce664a08f8
commit 4310d11892
2 changed files with 4 additions and 2 deletions

View File

@ -172,7 +172,8 @@
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginLeft="@dimen/remote_content_hmargin">
android:layout_marginLeft="@dimen/remote_content_hmargin"
android:layout_marginStart="@dimen/remote_content_hmargin">
<ImageView
android:id="@+id/art"

View File

@ -230,7 +230,8 @@
<FrameLayout
style="@style/ControlPad.FrameLayout"
android:layout_above="@id/button_bar"
android:layout_below="@id/top_panel">
android:layout_below="@id/top_panel"
android:layout_marginBottom="@dimen/default_padding">
<org.xbmc.kore.ui.widgets.ControlPad
android:id="@+id/remote"
style="@style/ControlPad"