summaryrefslogtreecommitdiff
path: root/library/main/res/values-w1280dp-land/dimens.xml
diff options
context:
space:
mode:
authorJian Jin <jinjian@google.com>2020-11-17 18:42:59 -0800
committerJian Jin <jinjian@google.com>2020-12-02 15:26:37 -0800
commitbea6e3ae586823d38260300e4700018800f0261e (patch)
treef5dfc4b4c86fc25e34a8abb16ee1efda3b94b2f8 /library/main/res/values-w1280dp-land/dimens.xml
parent880a39ee274d27f6c8cd1586951283b0acac8cd7 (diff)
downloadsetupwizard-bea6e3ae586823d38260300e4700018800f0261e.tar.gz
Add common style attributes for new landscape design
FR: b/173664236 (approved for LTS6) See https://markup.googleplex.com/projects/5135/v/latest/ for spec Bug: 173072383 Test: New resources only Change-Id: I8e90f8fe7edcb2dca893f0de12c4c7f17e956836
Diffstat (limited to 'library/main/res/values-w1280dp-land/dimens.xml')
-rw-r--r--library/main/res/values-w1280dp-land/dimens.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/library/main/res/values-w1280dp-land/dimens.xml b/library/main/res/values-w1280dp-land/dimens.xml
new file mode 100644
index 0000000..1ed491e
--- /dev/null
+++ b/library/main/res/values-w1280dp-land/dimens.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2020 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="suw_page_margin_horizontal">80dp</dimen>
+ <!-- The column inner padding of a two-column layout -->
+ <dimen name="suw_column_inner_padding_horizontal">48dp</dimen>
+</resources> \ No newline at end of file