summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-11-19 02:23:11 +0200
committercretin45 <cretin45@gmail.com>2015-11-24 15:19:53 -0800
commit9a147bf42d2e3b3fb565e4264efe00eb293454b8 (patch)
tree56918ed5a6905abab5624ed66c5253cfc9767387 /res
parenta104ad5c41084312a4b28eb93557acc947fda52c (diff)
downloadandroid_packages_apps_Trebuchet-9a147bf42d2e3b3fb565e4264efe00eb293454b8.tar.gz
android_packages_apps_Trebuchet-9a147bf42d2e3b3fb565e4264efe00eb293454b8.tar.bz2
android_packages_apps_Trebuchet-9a147bf42d2e3b3fb565e4264efe00eb293454b8.zip
Partially revert "Trebuchet: Update default workspace"
* Bring back LockClock to a sane position This reverts commit b31f1cc9e7827bf59571621295e32b2091056faa. Change-Id: Ia688b75028d5e94eb225b11fd703c143ec9fa216
Diffstat (limited to 'res')
-rw-r--r--res/xml/default_workspace_4x4.xml2
-rw-r--r--res/xml/default_workspace_5x5.xml2
-rw-r--r--res/xml/default_workspace_5x6.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/default_workspace_4x4.xml b/res/xml/default_workspace_4x4.xml
index 638803b5c..38e8d8ca4 100644
--- a/res/xml/default_workspace_4x4.xml
+++ b/res/xml/default_workspace_4x4.xml
@@ -25,7 +25,7 @@
launcher:className="com.cyanogenmod.lockclock.ClockWidgetProvider"
launcher:screen="1"
launcher:x="0"
- launcher:y="1"
+ launcher:y="0"
launcher:spanX="4"
launcher:spanY="2" />
diff --git a/res/xml/default_workspace_5x5.xml b/res/xml/default_workspace_5x5.xml
index 31f6bbead..231a99ba7 100644
--- a/res/xml/default_workspace_5x5.xml
+++ b/res/xml/default_workspace_5x5.xml
@@ -25,7 +25,7 @@
launcher:className="com.cyanogenmod.lockclock.ClockWidgetProvider"
launcher:screen="1"
launcher:x="0"
- launcher:y="1"
+ launcher:y="0"
launcher:spanX="5"
launcher:spanY="2" />
diff --git a/res/xml/default_workspace_5x6.xml b/res/xml/default_workspace_5x6.xml
index 7b49d0ed7..95667ba6c 100644
--- a/res/xml/default_workspace_5x6.xml
+++ b/res/xml/default_workspace_5x6.xml
@@ -25,7 +25,7 @@
launcher:className="com.cyanogenmod.lockclock.ClockWidgetProvider"
launcher:screen="1"
launcher:x="0"
- launcher:y="1"
+ launcher:y="0"
launcher:spanX="6"
launcher:spanY="2" />