Notch support
This commit is contained in:
parent
b5c6b2d343
commit
06a87d5704
5 changed files with 62 additions and 11 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue