Fix SecondaryLauncher crash when started.

am: d716934266

Change-Id: I2f683c72462e457429852fa76b904cedd95d1c48
This commit is contained in:
wilsonshih
2019-04-09 06:04:02 -07:00
committed by android-build-merger
@@ -18,7 +18,7 @@
-->
<resources>
<style name="SecondaryLauncherTheme" parent="Theme.AppCompat.Light.NoActionBar" >
<style name="SecondaryLauncherTheme" parent="Theme.MaterialComponents.NoActionBar" >
<item name="android:windowShowWallpaper">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>