Notch support

This commit is contained in:
Paolo Valerdi 2018-08-24 09:51:24 -05:00
commit 06a87d5704
5 changed files with 62 additions and 11 deletions

View file

@ -8,12 +8,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<View
<com.kabouzeid.gramophone.views.StatusBarView
android:id="@+id/player_status_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />
<View
<com.kabouzeid.gramophone.views.StatusBarView
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding"
android:background="@color/twenty_percent_black_overlay" />