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

@ -19,7 +19,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>
@ -81,7 +81,7 @@
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_marginBottom="4dp"
android:background="@drawable/shadow_down" />
android:background="@drawable/gradient_shadow" />
<TextView
android:id="@+id/player_queue_sub_header"