imporve splash display, make floating window and side menu scrollable

This commit is contained in:
hyb1996
2017-07-08 20:14:43 +08:00
parent 46cd89d5a5
commit 10fd45b6c2
10 changed files with 460 additions and 516 deletions

View File

@@ -14,11 +14,10 @@
<item name="windowActionBar">false</item>
</style>
<style name="AppTheme.Splash" parent="AppTheme">
<style name="AppTheme.Splash" parent="@android:style/Theme.Light.NoTitleBar.Fullscreen">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowTranslucentStatus">true</item>
</style>
<style name="MainToolbarTheme" parent="AppTheme">