Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.xml 361B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
  4. <!-- Show a splash screen on the activity. Automatically removed when
  5. Flutter draws its first frame -->
  6. <item name="android:windowBackground">@drawable/launch_background</item>
  7. </style>
  8. </resources>