Merge branch 'feature/v1.0.1' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v1.0.1

This commit is contained in:
wangcongtao
2020-02-28 16:43:13 +08:00
6 changed files with 30 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -104,6 +104,6 @@
<FrameLayout
android:id="@+id/module_main_id_cover_up"
android:layout_width="match_parent"
android:background="@color/color_1C1C1C"
android:background="@drawable/module_main_launcher_bg"
android:layout_height="match_parent"/>
</FrameLayout>

View File

@@ -7,7 +7,7 @@
<item name="android:windowEnterAnimation">@null</item>
<item name="android:windowExitAnimation">@null</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowBackground">@color/module_main_window_background_color</item>
<item name="android:windowBackground">@drawable/module_main_launcher_bg</item>
<item name="android:windowTranslucentNavigation">false</item>
<item name="android:windowAnimationStyle">@style/MainAnimation</item>
<item name="checkboxStyle">@style/noCheckboxStyle</item>