summaryrefslogtreecommitdiff
path: root/main/res/values-sw600dp-v31/dimens.xml
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2022-01-17 13:51:44 +0800
committerPasty Chang <pastychang@google.com>2022-01-19 02:29:42 +0000
commit02adcda3c69c4bab7aecb5ff21ebba7e59e6ed2c (patch)
tree6ae7d0545d5ca4605b4f771b915c221710044ea7 /main/res/values-sw600dp-v31/dimens.xml
parentd79322aa38ffa9782651cb3383e9a482d59b4c4a (diff)
downloadsetupdesign-02adcda3c69c4bab7aecb5ff21ebba7e59e6ed2c.tar.gz
Import updated Android Setupdesign Library 422272789
Copied from google3/third_party/java_src/android_libs/setupdesign Test: mm Included changes: - 422272789 Fixed the wrong attribute for default footer bar padding ... - 421746593 [SetupDesign] Support EditBox dynamic color for new dynam... - 421699365 [Transition] Migrates interpolator config file from anim-... - 421586845 Add List Item Material Next Style. - 421573482 Fix the Edit box theme. - 421555926 [SetupDesing] Prepare the new DynamicColor theme without ... - 421548320 [SetupDesing] Fix the loading circle too large issue - 421491041 Fix alert dialog title text size to match GM3 guideline. - 421479952 Add edit box theme. - 421459352 Add attribute of list item divider shown. - 421431651 Automated g4 rollback of changelist 417941860. - 420060995 [SetupCompat] Add helper to read the MY style flag from s... - 419874242 Migrate android.support.annotation. to androidx.annotation. - 418572016 [SetupDesign] Add GlifV4 theme - 417941860 Automated g4 rollback of changelist 416459854. - 416459854 [Tablet] Set default top margin value into setupdesign li... Bug:213303604 PiperOrigin-RevId: 422272789 Change-Id: Idad4c466281927679f3e27449e92105623bcbe41
Diffstat (limited to 'main/res/values-sw600dp-v31/dimens.xml')
-rw-r--r--main/res/values-sw600dp-v31/dimens.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/main/res/values-sw600dp-v31/dimens.xml b/main/res/values-sw600dp-v31/dimens.xml
new file mode 100644
index 0000000..f3f3aba
--- /dev/null
+++ b/main/res/values-sw600dp-v31/dimens.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2021 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>
+
+ <!-- General -->
+ <!-- Calculated by (sud_glif_margin_start - 4dp internal padding of button) -->
+ <dimen name="sud_glif_button_margin_end">60dp</dimen>
+ <!-- Calculated by (sud_glif_margin_start - sud_glif_button_padding) -->
+ <dimen name="sud_glif_button_margin_start">48dp</dimen>
+ <!-- Calculated by (sud_glif_margin_start - sud_glif_button_padding) -->
+ <dimen name="sud_glif_footer_padding_start">48dp</dimen>
+ <!-- Calculated by (sud_glif_margin_end - 4dp internal padding of button) -->
+ <dimen name="sud_glif_footer_padding_end">60dp</dimen>
+ <!-- Default margin start/end should be 96dp in portrait mode for the large screen. However, If
+ you set this value, you can no longer overwrite a smaller value from partner config. So
+ here is set to 64dp and rewritten to 96dp through partner config. -->
+ <dimen name="sud_glif_margin_start">64dp</dimen>
+ <dimen name="sud_glif_margin_end">64dp</dimen>
+
+ <dimen name="sud_glif_footer_min_height">72dp</dimen>
+ <dimen name="sud_glif_content_padding_top">0dp</dimen>
+
+ <dimen name="sud_header_title_size">24sp</dimen>
+ <dimen name="sud_items_glif_icon_divider_inset">112dp</dimen>
+ <dimen name="sud_items_glif_text_divider_inset">64dp</dimen>
+
+</resources>