restyle cover view

This commit is contained in:
Adrian Ulrich 2020-08-30 16:46:36 +02:00
parent 4a3aba2aa4
commit 23e74d3859
2 changed files with 10 additions and 5 deletions
app/src/main/res

@ -22,10 +22,12 @@ THE SOFTWARE.
-->
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:vanilla="http://schemas.android.com/apk/res-auto" >
<ch.blinkenlights.android.vanilla.CoverView
android:id="@+id/cover_view"
android:layout_height="fill_parent"
android:layout_width="fill_parent" />
<ch.blinkenlights.android.vanilla.CoverView
android:id="@+id/cover_view"
android:layout_marginTop="@dimen/full_playback_alt_text"
android:layout_marginBottom="@dimen/full_playback_controls_height"
android:layout_height="fill_parent"
android:layout_width="fill_parent" />
<TableLayout
android:id="@+id/info_table"
android:layout_width="fill_parent"
@ -56,7 +58,7 @@ THE SOFTWARE.
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_gravity="bottom|left"
android:layout_marginTop="56dip"
android:layout_marginTop="@dimen/full_playback_alt_text"
android:orientation="horizontal"
vanilla:slider_handle_id="@+id/queue_slider">

@ -8,7 +8,10 @@
<dimen name="text_padding">14sp</dimen>
<dimen name="row_normal_height">56sp</dimen>
<dimen name="controls_padding">4dip</dimen>
<!-- height of the full playback view controls -->
<dimen name="full_playback_controls_height">90dip</dimen>
<dimen name="track_details_dialog_padding">8dp</dimen>
<dimen name="material_text_subhead">16sp</dimen>
<!-- height of 'full_playback_alt' text -->
<dimen name="full_playback_alt_text">60dip</dimen>
</resources>