Converted to target SDK Level 28 - had to change how we did notifications, and specify a style to get back to black background. Still a problem with the 'ok' notification not displaying properly - background showing white for some reason.

This commit is contained in:
Graham Jones
2019-01-05 23:10:55 +00:00
parent fa9ad87985
commit 5157efcdac
4 changed files with 28 additions and 23 deletions

View File

@@ -24,6 +24,7 @@
<application
android:theme="@style/Theme.AppCompat"
android:icon="@drawable/star_of_life_48x48"
android:label="@string/app_name">
<activity android:name=".StartupActivity">