From 96a0963c4a05c6ef9b1fc9d76e6431c510d48e69 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 16 Dec 2015 11:32:54 -0800 Subject: Adding support for negative x and y in layout xml. Fixing default configurations for some screen sizes. > Negative values for x and y are parsed as distance from end column and row respectively. e.g. (-1, -2) => (3, 2) in a 4x4 grid Bug: 26110981 Change-Id: I4ca30e225ed6e2a31610ab23235d2cd10e8d317c --- res/xml/default_workspace_5x5.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/xml/default_workspace_5x5.xml') diff --git a/res/xml/default_workspace_5x5.xml b/res/xml/default_workspace_5x5.xml index 322661720..f9cc0e789 100644 --- a/res/xml/default_workspace_5x5.xml +++ b/res/xml/default_workspace_5x5.xml @@ -23,7 +23,7 @@ + launcher:y="-1" > @@ -32,7 +32,7 @@ + launcher:y="-1" > @@ -41,7 +41,7 @@ + launcher:y="-1" > -- cgit v1.2.3