summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
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-xlarge
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-xlarge')
-rw-r--r--res/values-xlarge/colors.xml22
-rwxr-xr-x[-rw-r--r--]res/values-xlarge/dimens.xml (renamed from res/values-xlarge/bools.xml)10
-rw-r--r--res/values-xlarge/styles.xml61
3 files changed, 5 insertions, 88 deletions
diff --git a/res/values-xlarge/colors.xml b/res/values-xlarge/colors.xml
deleted file mode 100644
index 4447333..0000000
--- a/res/values-xlarge/colors.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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-xlarge/bools.xml b/res/values-xlarge/dimens.xml
index bde07d7..b6b4591 100644..100755
--- a/res/values-xlarge/bools.xml
+++ b/res/values-xlarge/dimens.xml
@@ -4,9 +4,9 @@
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.
@@ -15,7 +15,7 @@
-->
<resources>
- <!-- Whether there is a silent mode checkbox -->
- <bool name="has_silent_mode">false</bool>
+ <dimen name="screen_margin_sides">128dip</dimen>
+ <dimen name="datetime_margin_top">154dip</dimen>
+ <dimen name="datetime_margin_bottom">96dip</dimen>
</resources>
-
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
deleted file mode 100644
index 1e99e45..0000000
--- a/res/values-xlarge/styles.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?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>