Skip to content

Commit

Permalink
Fix cut media controls at the bottom (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 3, 2020
1 parent f2713d8 commit 5c9ff17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/media_controls.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">

<merge xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:layout_width="@dimen/media_controls_panel_width"
android:layout_height="@dimen/media_controls_panel_height"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimen.xml
Expand Up @@ -86,7 +86,7 @@

<!-- Media Controls Widget -->
<dimen name="media_controls_container_width">324dp</dimen>
<dimen name="media_controls_container_height">100dp</dimen>
<dimen name="media_controls_container_height">105dp</dimen>
<dimen name="media_controls_panel_width">284dp</dimen>
<dimen name="media_controls_panel_height">85dp</dimen>
<dimen name="media_controls_rounded_corners">15dp</dimen>
Expand Down

0 comments on commit 5c9ff17

Please sign in to comment.