mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
5 lines
256 B
XML
5 lines
256 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="NotificationText" parent="android:TextAppearance.StatusBar.EventContent" />
|
|
<style name="NotificationTitle" parent="android:TextAppearance.StatusBar.EventContent.Title" />
|
|
</resources> |