mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
> Removing utility method for isAttachedToWindow > Moving logic to calculate cell size from workspace to DeviceProfile > Replacing some constants with xml resource variables > Saving the item info using content values for better compatibility with other methods Change-Id: Idd612633d97a6241cb31148df9466031374bd5a0
5 lines
108 B
XML
5 lines
108 B
XML
<resources>
|
|
<bool name="is_tablet">true</bool>
|
|
<bool name="allow_rotation">true</bool>
|
|
</resources>
|