reduce dependence on deprecated theming library

This commit is contained in:
dkanada 2021-05-12 01:06:51 +09:00
commit ec2162b4b7
23 changed files with 80 additions and 83 deletions

View file

@ -17,7 +17,7 @@
<com.dkanada.gramophone.views.StatusBarView
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding"
android:background="@color/twenty_percent_black_overlay" />
android:background="@color/overlay_light" />
</FrameLayout>
@ -60,7 +60,7 @@
android:id="@+id/toolbar_container"
android:layout_width="match_parent"
android:layout_height="@dimen/toolbar_scrim_height"
android:background="@drawable/toolbar_gradient">
android:background="@drawable/gradient_toolbar">
<androidx.appcompat.widget.Toolbar
android:id="@+id/player_toolbar"
@ -106,7 +106,7 @@
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_marginBottom="4dp"
android:background="@drawable/shadow_down" />
android:background="@drawable/gradient_shadow" />
<include
android:id="@+id/current_song"