summaryrefslogtreecommitdiff
path: root/main/res/values-v30/layouts.xml
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2021-01-27 15:58:17 +0800
committerNicole Huang <nicolehuang@google.com>2021-01-27 11:15:03 +0000
commit13e0225dad0a25f6865f0fab308309c3749ac957 (patch)
treed9911d5a1c63c16637fef29dc88eb5406cfefbbf /main/res/values-v30/layouts.xml
parent1566b59c3c4a54877291db2319f3a727b92c881f (diff)
downloadsetupdesign-13e0225dad0a25f6865f0fab308309c3749ac957.tar.gz
Import updated Android Setupdesign Library 354034477
Copied from google3/third_party/java_src/android_libs/setupdesign Test: mm Included changes: - 354034477 Rename ContentStyler#applyPartnerCustomizationStyle to ap... - 353821411 Fix the javadoc of @link - 353804268 [SetupDesign] clean up - use "values-land-v31" folder for... - 353709689 Update Android Lint to http://ab/7077792 - 353350644 Don't show the toast warning users to use a vector drawab... - 353027853 [BC][Tranisition] Support transfer ActivityOptions from B... - 352699802 [SetupDesign] Update the scroll indicator style - 352689119 Remove unused attributes in SetupDesign library - 352515869 [SetDesign] Support landscape mode for glif blank template Bug:176785490 PiperOrigin-RevId: 354034477 Change-Id: If8feb1fa11cef5f2998d01c04f99953208e65a37
Diffstat (limited to 'main/res/values-v30/layouts.xml')
-rw-r--r--main/res/values-v30/layouts.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/main/res/values-v30/layouts.xml b/main/res/values-v30/layouts.xml
deleted file mode 100644
index c966fd3..0000000
--- a/main/res/values-v30/layouts.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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 xmlns:tools="http://schemas.android.com/tools">
-
- <!-- template for SDK S+, it provides for new template layout for landscape mode and keeps unchanged for the portrait layout. -->
- <!-- TODO : Use "values-land-v31" folder directly when SDK & S device ready.
- - delete "sud_glif_template_s" & "sud_glif_template_compact_s"
- - move "sud_glif_template_content_s" into "values-land-v31" -->
- <item name="sud_glif_template_s" type="layout">@layout/sud_glif_template_compact_s</item>
-
- <!-- TODO : Use "values-land-v31" folder directly when SDK & S device ready.
- - delete the item "sud_glif_recycler_template_s" & the file "sud_glif_recycler_template_compact_s.xml"
- - move "sud_glif_recycler_template_content_s.xml" into "values-land-v31" and rename to "sud_glif_recycler_template_content.xml" -->
- <item name="sud_glif_recycler_template_s" type="layout">@layout/sud_glif_recycler_template_compact_s</item>
-
- <!-- TODO : Use "values-land-v31" folder directly when SDK & S device ready.
- - delete the item "sud_glif_list_template_s" & the file "sud_glif_list_template_compact_s.xml"
- - move "sud_glif_list_template_content_s.xml" into "layout-land-v31" and rename to "sud_glif_list_template_content.xml" -->
- <item name="sud_glif_list_template_s" type="layout">@layout/sud_glif_list_template_compact_s</item>
-
- <!-- TODO : Use "values-land-v31" folder directly when SDK & S device ready.
- - move the item "sud_glif_preference_template_s" & the content "sud_glif_preference_template_compact_s" into the file "values-v31/layouts.xml",
- change itme name to "sud_glif_preference_template" & the content name to "sud_glif_preference_template_compact"
- - move "/layout-land-v30/sud_glif_preference_template_content_s.xml" into "layout-land-v31" and rename to "sud_glif_preference_template_content.xml"
- - move "/layout-v30/sud_glif_preference_template_compact_s.xml" into "layout-land-v31" and rename to "sud_glif_preference_template_compact.xml" -->
- <item name="sud_glif_preference_template_s" type="layout">@layout/sud_glif_preference_template_compact_s</item>
-
-</resources>
-