summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-08-04 17:57:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-08-04 17:57:00 +0000
commitf2b83d0e84eccd5e2dc7257f17f5747c867facb3 (patch)
tree713e4d1b7d7cc19730aec829941ebdf443c46350
parent3fc21715b312529075b61834d01724d3138f2958 (diff)
parent902e235348d64e14ce103364987c2abd2a100f98 (diff)
downloadandroid_packages_apps_Trebuchet-f2b83d0e84eccd5e2dc7257f17f5747c867facb3.tar.gz
android_packages_apps_Trebuchet-f2b83d0e84eccd5e2dc7257f17f5747c867facb3.tar.bz2
android_packages_apps_Trebuchet-f2b83d0e84eccd5e2dc7257f17f5747c867facb3.zip
Merge "Create new device profile for Android Go." into ub-launcher3-dorval-polish2
-rw-r--r--go/res/xml/device_profiles.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/go/res/xml/device_profiles.xml b/go/res/xml/device_profiles.xml
new file mode 100644
index 000000000..094fc745c
--- /dev/null
+++ b/go/res/xml/device_profiles.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2017 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >
+
+ <profile
+ launcher:name="Go Device"
+ launcher:minWidthDps="296"
+ launcher:minHeightDps="491.33"
+ launcher:numRows="4"
+ launcher:numColumns="4"
+ launcher:numFolderRows="4"
+ launcher:numFolderColumns="4"
+ launcher:iconSize="56"
+ launcher:iconTextSize="14.0"
+ launcher:defaultLayoutId="@xml/default_workspace_4x4"
+ />
+
+</profiles> \ No newline at end of file