add: module floaty; events.on('exit')

This commit is contained in:
hyb1996
2017-12-06 13:18:36 +08:00
parent 346487b0ef
commit e33ce733d5
12 changed files with 448 additions and 25 deletions

View File

@@ -5,4 +5,15 @@
<!-- Customize your theme here. -->
<item name="colorButtonNormal">#cc181818</item>
</style>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<color name="colorPrimary">#009688</color>
<color name="colorPrimaryDark">#009688</color>
<color name="colorAccent">#03a9f4</color>
</resources>