Skip to content
Snippets Groups Projects
Commit 50141d86 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Audioplayer: refine margins

parent 668ea9b3
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="32dp"
android:layout_marginBottom="@dimen/audio_player_seekbar_bottom_margin"
android:focusable="true"
android:maxHeight="1dip"
android:minHeight="1dip"
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="info_appbar_height">300dp</dimen>
<dimen name="audioplayer_controls_margin">32dp</dimen>
<dimen name="audio_player_cover_margin">16dp</dimen>
<dimen name="subs_dl_dialog_height">350dp</dimen>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="subs_dl_dialog_height">448dp</dimen>
<dimen name="audio_player_seekbar_bottom_margin">32dp</dimen>
</resources>
\ No newline at end of file
......@@ -87,4 +87,5 @@
<dimen name="player_option_width">224dp</dimen>
<dimen name="default_margin_plus_audio_margin">28dp</dimen>
<dimen name="audio_player_seekbar_bottom_margin">16dp</dimen>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment