Skip to content

Commit

Permalink
Added default margin to control pad and bottom shortcuts (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
poisdeux authored and SyncedSynapse committed Nov 29, 2017
1 parent ce664a0 commit 4310d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout-land/fragment_remote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_remote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4310d11

Please sign in to comment.