mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Add in cache values for non-xlarge screens
Change-Id: I2ddf4a2ad90c0aea8b576c279161767be17f9227
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
<!-- The alpha value at which to show the most recent drop visualization outline. -->
|
||||
<integer name="config_dragOutlineMaxAlpha">128</integer>
|
||||
|
||||
<!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size
|
||||
(maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache it self is smaller
|
||||
than the view itself (workspaceScreenBitmapCacheScale) -->
|
||||
<integer name="config_workspaceScreenBitmapCacheScale">20</integer>
|
||||
<integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>
|
||||
|
||||
<!-- Parameters controlling the animation for when an item is dropped on the home screen,
|
||||
and it animates from its old position to the new one. -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user