mirror of
https://github.com/Michatec/Radio.git
synced 2026-03-31 23:46:28 +02:00
- Enable edge-to-edge display in `MainActivity` and handle window insets in `PlayerFragment`. - Add a fade-out animation when hiding the loading overlay. - Sync player state with the controller during setup and reset playing state in preferences on service destruction. - Simplify splash screen drawable and update background color attributes in layout. - Remove manual navigation bar color overrides.
9 lines
339 B
XML
9 lines
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@color/splashBackgroundColor" />
|
|
<item
|
|
android:width="160dp"
|
|
android:height="160dp"
|
|
android:gravity="center"
|
|
android:drawable="@mipmap/ic_launcher" />
|
|
</layer-list> |