mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +01:00
c708bc6e52
Create a specific splash file for android version <21 without the drawable
8 lines
186 B
XML
8 lines
186 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:drawable="@color/primary_dark"/>
|
|
|
|
</layer-list>
|