Loading quickstep/AndroidManifest.xml +5 −4 Original line number Diff line number Diff line Loading @@ -95,10 +95,11 @@ </provider> <activity android:name="com.android.launcher3.proxy.ProxyActivityStarter" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/ProxyActivityStarterTheme" android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:exported="false"/> android:exported="false" /> <activity android:name="com.android.quickstep.interaction.GestureSandboxActivity" android:autoRemoveFromRecents="true" Loading res/values/styles.xml +6 −0 Original line number Diff line number Diff line Loading @@ -409,6 +409,12 @@ <item name="android:windowTranslucentStatus">true</item> </style> <style name="ProxyActivityStarterTheme" parent="@android:style/Theme.Translucent.NoTitleBar"> <item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:statusBarColor">@android:color/transparent</item> <item name="android:windowDrawsSystemBarBackgrounds">true</item> </style> <style name="FolderStyleDefault"> <item name="folderTopPadding">24dp</item> <item name="folderCellHeight">94dp</item> Loading Loading
quickstep/AndroidManifest.xml +5 −4 Original line number Diff line number Diff line Loading @@ -95,10 +95,11 @@ </provider> <activity android:name="com.android.launcher3.proxy.ProxyActivityStarter" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/ProxyActivityStarterTheme" android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:exported="false"/> android:exported="false" /> <activity android:name="com.android.quickstep.interaction.GestureSandboxActivity" android:autoRemoveFromRecents="true" Loading
res/values/styles.xml +6 −0 Original line number Diff line number Diff line Loading @@ -409,6 +409,12 @@ <item name="android:windowTranslucentStatus">true</item> </style> <style name="ProxyActivityStarterTheme" parent="@android:style/Theme.Translucent.NoTitleBar"> <item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:statusBarColor">@android:color/transparent</item> <item name="android:windowDrawsSystemBarBackgrounds">true</item> </style> <style name="FolderStyleDefault"> <item name="folderTopPadding">24dp</item> <item name="folderCellHeight">94dp</item> Loading