Commit 6e17b108 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 启动页

parent 1123fa0a
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="FlashTheme" parent="Theme.AppCompat.Light.NoActionBar"> <style name="FlashTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowIsTranslucent">false</item> <item name="android:windowIsTranslucent">false</item>
<item name="android:windowFullscreen">false</item> <item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@drawable/icon_launcher_bg</item> <item name="android:windowBackground">@drawable/bg_launcher</item>
</style> </style>
<style name="right_anim_style"> <style name="right_anim_style">
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
android:id="@+id/clRoot" android:id="@+id/clRoot"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/icon_launcher_bg"
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
tools:context=".ui.FlashActivity"> tools:context=".ui.FlashActivity">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment