Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5c9ff17

Browse files
keianhzobluemarvin
authored andcommitted
Fix cut media controls at the bottom (#2579)
1 parent f2713d8 commit 5c9ff17

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
3-
2+
<merge xmlns:android="http://schemas.android.com/apk/res/android">
43
<LinearLayout
54
android:layout_width="@dimen/media_controls_panel_width"
65
android:layout_height="@dimen/media_controls_panel_height"

app/src/main/res/values/dimen.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
<!-- Media Controls Widget -->
8888
<dimen name="media_controls_container_width">324dp</dimen>
89-
<dimen name="media_controls_container_height">100dp</dimen>
89+
<dimen name="media_controls_container_height">105dp</dimen>
9090
<dimen name="media_controls_panel_width">284dp</dimen>
9191
<dimen name="media_controls_panel_height">85dp</dimen>
9292
<dimen name="media_controls_rounded_corners">15dp</dimen>

0 commit comments

Comments
 (0)