aboutsummaryrefslogtreecommitdiff
path: root/setupwizardlib/src/main/res/values-sw600dp
diff options
context:
space:
mode:
Diffstat (limited to 'setupwizardlib/src/main/res/values-sw600dp')
-rw-r--r--setupwizardlib/src/main/res/values-sw600dp/config.xml23
-rw-r--r--setupwizardlib/src/main/res/values-sw600dp/dimens.xml28
-rw-r--r--setupwizardlib/src/main/res/values-sw600dp/layouts.xml32
3 files changed, 83 insertions, 0 deletions
diff --git a/setupwizardlib/src/main/res/values-sw600dp/config.xml b/setupwizardlib/src/main/res/values-sw600dp/config.xml
new file mode 100644
index 0000000..0cbd5a8
--- /dev/null
+++ b/setupwizardlib/src/main/res/values-sw600dp/config.xml
@@ -0,0 +1,23 @@
+<?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>
+
+ <!-- Whether to use tablet layout -->
+ <bool name="suwUseTabletLayout">true</bool>
+
+</resources>
diff --git a/setupwizardlib/src/main/res/values-sw600dp/dimens.xml b/setupwizardlib/src/main/res/values-sw600dp/dimens.xml
new file mode 100644
index 0000000..98c3dd7
--- /dev/null
+++ b/setupwizardlib/src/main/res/values-sw600dp/dimens.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>
+
+ <!-- Decor view (illustration or the header without illustration) -->
+ <dimen name="suw_decor_padding_top">256dp</dimen>
+
+ <!-- Illustration -->
+ <item name="suw_illustration_aspect_ratio" format="float" type="dimen">0</item>
+ <dimen name="suw_header_title_size">34sp</dimen>
+ <dimen name="suw_glif_margin_sides">40dp</dimen>
+
+</resources>
diff --git a/setupwizardlib/src/main/res/values-sw600dp/layouts.xml b/setupwizardlib/src/main/res/values-sw600dp/layouts.xml
new file mode 100644
index 0000000..9db88c7
--- /dev/null
+++ b/setupwizardlib/src/main/res/values-sw600dp/layouts.xml
@@ -0,0 +1,32 @@
+<?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</item>
+ <item name="suw_template_short" type="layout">@layout/suw_template_card</item>
+ <item name="suw_list_template" type="layout">@layout/suw_list_template_card</item>
+ <item name="suw_list_template_short" type="layout">@layout/suw_list_template_card</item>
+ <item name="suw_no_scroll_template" type="layout">@layout/suw_no_scroll_template_card</item>
+ <item name="suw_no_scroll_template_short" type="layout">@layout/suw_no_scroll_template_card</item>
+
+ <item name="suw_glif_template" type="layout">@layout/suw_glif_template_card</item>
+ <item name="suw_glif_list_template" type="layout">@layout/suw_glif_list_template_card</item>
+ <item name="suw_glif_blank_template" type="layout">@layout/suw_glif_blank_template_card</item>
+
+</resources>
+