aboutsummaryrefslogtreecommitdiff
path: root/setupwizardlib/src/main/res/values-sw600dp-land
diff options
context:
space:
mode:
Diffstat (limited to 'setupwizardlib/src/main/res/values-sw600dp-land')
-rw-r--r--setupwizardlib/src/main/res/values-sw600dp-land/dimens.xml26
-rw-r--r--setupwizardlib/src/main/res/values-sw600dp-land/layouts.xml28
2 files changed, 54 insertions, 0 deletions
diff --git a/setupwizardlib/src/main/res/values-sw600dp-land/dimens.xml b/setupwizardlib/src/main/res/values-sw600dp-land/dimens.xml
new file mode 100644
index 0000000..57b7e3e
--- /dev/null
+++ b/setupwizardlib/src/main/res/values-sw600dp-land/dimens.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 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>
+
+ <!-- Decor view (illustration or the header without illustration) -->
+ <dimen name="suw_decor_padding_top">128dp</dimen>
+
+ <!-- Illustration -->
+ <item name="suw_illustration_aspect_ratio" format="float" type="dimen">0.0</item>
+
+</resources>
diff --git a/setupwizardlib/src/main/res/values-sw600dp-land/layouts.xml b/setupwizardlib/src/main/res/values-sw600dp-land/layouts.xml
new file mode 100644
index 0000000..6fcb97c
--- /dev/null
+++ b/setupwizardlib/src/main/res/values-sw600dp-land/layouts.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 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>
+
+ <item name="suw_template" type="layout">@layout/suw_template_card_wide</item>
+ <item name="suw_template_short" type="layout">@layout/suw_template_card_wide</item>
+ <item name="suw_list_template" type="layout">@layout/suw_list_template_card_wide</item>
+ <item name="suw_list_template_short" type="layout">@layout/suw_list_template_card_wide</item>
+ <item name="suw_no_scroll_template" type="layout">@layout/suw_no_scroll_template_card_wide</item>
+ <item name="suw_no_scroll_template_short" type="layout">@layout/suw_no_scroll_template_card_wide</item>
+
+</resources>
+