summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony <twickham@google.com>2018-12-20 11:29:24 -0800
committerTony <twickham@google.com>2018-12-20 11:29:24 -0800
commit1e0e558cbf7e412d948bbf31a869dd7869338914 (patch)
tree4a8434dd505f56c1e77b7c7f93d9e2f3c5ff1d86
parenta7a9583bb8ffbee7a760c7e6ab8c99f63dddd145 (diff)
downloadandroid_packages_apps_Trebuchet-1e0e558cbf7e412d948bbf31a869dd7869338914.tar.gz
android_packages_apps_Trebuchet-1e0e558cbf7e412d948bbf31a869dd7869338914.tar.bz2
android_packages_apps_Trebuchet-1e0e558cbf7e412d948bbf31a869dd7869338914.zip
Update Launcher3 Go device profile format
Bug: 121044483 Change-Id: I1aa18a8f4a8969e1349c0930e06413b6a2af4ed1
-rw-r--r--go/res/xml/device_profiles.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/go/res/xml/device_profiles.xml b/go/res/xml/device_profiles.xml
index 16d7e13cb..92a2b6a81 100644
--- a/go/res/xml/device_profiles.xml
+++ b/go/res/xml/device_profiles.xml
@@ -17,17 +17,23 @@
<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto" >
- <profile
- launcher:name="Go Device"
- launcher:minWidthDps="296"
- launcher:minHeightDps="491.33"
+ <grid-option
+ launcher:name="4_by_4"
launcher:numRows="4"
launcher:numColumns="4"
launcher:numFolderRows="4"
launcher:numFolderColumns="4"
- launcher:iconSize="60"
- launcher:iconTextSize="14.0"
- launcher:defaultLayoutId="@xml/default_workspace_4x4"
- />
+ launcher:numHotseatIcons="4"
+ launcher:defaultLayoutId="@xml/default_workspace_4x4" >
+
+ <display-option
+ launcher:name="Go Device"
+ launcher:minWidthDps="296"
+ launcher:minHeightDps="491.33"
+ launcher:iconSize="60"
+ launcher:iconTextSize="14.0"
+ launcher:canBeDefault="true" />
+
+ </grid-option>
</profiles> \ No newline at end of file