mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
> Adding 'Remove' option to workspace items > Adding 'Add to workspace' to all apps and widget list items, which adds the item to the first available space, giving preference to the current workspace screen > Adding 'App info' and 'Uninstall' options to appropriate items Bug: 18482913 Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
8 lines
201 B
XML
8 lines
201 B
XML
<resources>
|
|
<bool name="is_tablet">true</bool>
|
|
<bool name="allow_rotation">true</bool>
|
|
|
|
<!-- DragController -->
|
|
<integer name="config_flingToDeleteMinVelocity">-1000</integer>
|
|
</resources>
|