summaryrefslogtreecommitdiffstats
path: root/res/values-w470dp
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2012-06-11 21:45:52 -0700
committerDaniel Lehmann <lehmannd@google.com>2012-06-11 21:45:52 -0700
commit5b3ebf78a4594fcbe2f82d82c7d22159e417cb2c (patch)
tree5deca9b3ba5b35185f4749eb976861b66746bd20 /res/values-w470dp
parentef71e82f9c5bb84990364879156293fdbf13b276 (diff)
downloadpackages_apps_Contacts-5b3ebf78a4594fcbe2f82d82c7d22159e417cb2c.tar.gz
packages_apps_Contacts-5b3ebf78a4594fcbe2f82d82c7d22159e417cb2c.tar.bz2
packages_apps_Contacts-5b3ebf78a4594fcbe2f82d82c7d22159e417cb2c.zip
Introduce land folders instead of using -w for everything
- Also moved contacts_widget_preview into the right folder - Also made QC in landscape phone look like the bigger landscape versions Bug:6646933 Change-Id: Ia56dad8763d5073ebee9858f128b4acdc3413120
Diffstat (limited to 'res/values-w470dp')
-rw-r--r--res/values-w470dp/dimens.xml20
-rw-r--r--res/values-w470dp/donottranslate_config.xml22
-rw-r--r--res/values-w470dp/integers.xml19
-rw-r--r--res/values-w470dp/styles.xml27
4 files changed, 0 insertions, 88 deletions
diff --git a/res/values-w470dp/dimens.xml b/res/values-w470dp/dimens.xml
deleted file mode 100644
index c45714778..000000000
--- a/res/values-w470dp/dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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>
- <!-- Center vertically -->
- <dimen name="quick_contact_top_position">-1px</dimen>
- <dimen name="editor_type_label_width">120dip</dimen>
-</resources>
diff --git a/res/values-w470dp/donottranslate_config.xml b/res/values-w470dp/donottranslate_config.xml
deleted file mode 100644
index 462015a9d..000000000
--- a/res/values-w470dp/donottranslate_config.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 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>
- <bool name="config_show_group_action_in_action_bar">true</bool>
-</resources>
diff --git a/res/values-w470dp/integers.xml b/res/values-w470dp/integers.xml
deleted file mode 100644
index bc9b2b700..000000000
--- a/res/values-w470dp/integers.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>
- <integer name="contact_tile_column_count">4</integer>
- <integer name="contact_tile_column_count_in_favorites">4</integer>
-</resources>
diff --git a/res/values-w470dp/styles.xml b/res/values-w470dp/styles.xml
deleted file mode 100644
index dab78028a..000000000
--- a/res/values-w470dp/styles.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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>
- <style name="ConfirmAddDetailViewStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">match_parent</item>
- </style>
-
- <style name="ConfirmAddDetailHeaderViewStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">0dip</item>
- <item name="android:layout_weight">1</item>
- </style>
-</resources>