summaryrefslogtreecommitdiff
path: root/main/res/values-v30/layouts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/values-v30/layouts.xml')
-rw-r--r--main/res/values-v30/layouts.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/main/res/values-v30/layouts.xml b/main/res/values-v30/layouts.xml
new file mode 100644
index 0000000..c966fd3
--- /dev/null
+++ b/main/res/values-v30/layouts.xml
@@ -0,0 +1,44 @@
+<?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>
+