summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorFreeman Ng <tenorslowworm@google.com>2011-05-25 19:06:21 -0700
committerFreeman Ng <tenorslowworm@google.com>2011-05-25 19:06:21 -0700
commitedb03bf537063f466a7fee48341b90ed8f9f90af (patch)
treea05c5093ba40f621df52affdfa528641f34d3cb5 /res/values-sw600dp
parent360f060334d3be3dbf13f3af770eb4fcccfddfb2 (diff)
downloadpackages_apps_Settings-edb03bf537063f466a7fee48341b90ed8f9f90af.zip
packages_apps_Settings-edb03bf537063f466a7fee48341b90ed8f9f90af.tar.gz
packages_apps_Settings-edb03bf537063f466a7fee48341b90ed8f9f90af.tar.bz2
make setup wizard's wifi and datetime settings look good for 7"
Note: this entailed locking datetime settings not into portrait like everything else in the setup process, but landscape, because the existing xlarge layout wasn't rearranging itself into a portrait alignment very well. I can give it another try later if I can have some help from UE. Change-Id: Ia8ce8e8292ed768bd117beedf3d94a287e658f4b
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/bools.xml21
-rw-r--r--res/values-sw600dp/colors.xml22
-rwxr-xr-xres/values-sw600dp/dimens.xml21
-rw-r--r--res/values-sw600dp/styles.xml61
4 files changed, 125 insertions, 0 deletions
diff --git a/res/values-sw600dp/bools.xml b/res/values-sw600dp/bools.xml
new file mode 100644
index 0000000..bde07d7
--- /dev/null
+++ b/res/values-sw600dp/bools.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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 there is a silent mode checkbox -->
+ <bool name="has_silent_mode">false</bool>
+</resources>
+
diff --git a/res/values-sw600dp/colors.xml b/res/values-sw600dp/colors.xml
new file mode 100644
index 0000000..4447333
--- /dev/null
+++ b/res/values-sw600dp/colors.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright (C) 2010 Google Inc.
+ *
+ * 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>
+ <color name="divider_color">#20ffffff</color>
+</resources>
diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml
new file mode 100755
index 0000000..bc9f18d
--- /dev/null
+++ b/res/values-sw600dp/dimens.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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>
+ <dimen name="screen_margin_sides">40dip</dimen>
+ <dimen name="datetime_margin_top">40dip</dimen>
+ <dimen name="datetime_margin_bottom">40dip</dimen>
+</resources>
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
new file mode 100644
index 0000000..1e99e45
--- /dev/null
+++ b/res/values-sw600dp/styles.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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>
+
+ <style name="Theme.CreateShortCut" parent="android:Theme.Holo.Dialog">
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
+ <style name="wifi_item">
+ <item name="android:layout_width">560dip</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginTop">8dip</item>
+ <item name="android:layout_marginLeft">32dip</item>
+ <item name="android:layout_marginRight">32dip</item>
+ <item name="android:orientation">horizontal</item>
+ <item name="android:gravity">center_vertical</item>
+ </style>
+
+ <style name="wifi_item_label">
+ <item name="android:layout_width">0dip</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_weight">3</item>
+ <item name="android:textSize">18sp</item>
+ </style>
+
+ <style name="wifi_item_content">
+ <item name="android:layout_width">0dip</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_weight">7</item>
+ <item name="android:textSize">18sp</item>
+ </style>
+
+ <style name="wifi_section">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:orientation">vertical</item>
+ </style>
+
+ <style name="setup_wizard_button">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:minWidth">208dip</item>
+ <item name="android:layout_height">48dip</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
+ <item name="android:textSize">20sp</item>
+ </style>
+
+</resources>