summaryrefslogtreecommitdiffstats
path: root/SecondaryDisplayLauncher/res/values-sw600dp
diff options
context:
space:
mode:
authorChilun <chilunhuang@google.com>2018-11-29 20:38:22 +0800
committerChilun Huang <chilunhuang@google.com>2018-12-13 09:21:47 +0000
commit3516bd89d9665787fdb3db73e4922361bb307380 (patch)
tree70ab33b412ec5fa1c67cd955b31836b0720138a5 /SecondaryDisplayLauncher/res/values-sw600dp
parent4d64da3259d83fa85b6db16a926276a5e283ac3f (diff)
downloadandroid_packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.tar.gz
android_packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.tar.bz2
android_packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.zip
Add a secondary launcher activity (1/2)
This secondary launcher activity with new category SECONDARY_HOME and multiple instance supporrted could be used on sencondary display. Bug: 118206886 Bug: 114329798 Test: Manual Change-Id: Ibaecf8ef7614389760d0fcc547ef6d378a921583
Diffstat (limited to 'SecondaryDisplayLauncher/res/values-sw600dp')
-rw-r--r--SecondaryDisplayLauncher/res/values-sw600dp/dimens.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/SecondaryDisplayLauncher/res/values-sw600dp/dimens.xml b/SecondaryDisplayLauncher/res/values-sw600dp/dimens.xml
new file mode 100644
index 000000000..f33a8db40
--- /dev/null
+++ b/SecondaryDisplayLauncher/res/values-sw600dp/dimens.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 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.
+ -->
+
+<resources>
+ <dimen name="app_picker_width">400dp</dimen>
+ <dimen name="app_picker_height">400dp</dimen>
+ <dimen name="app_picker_fab_margin">60dp</dimen>
+</resources>