summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorZheng Fu <zhengfu@google.com>2014-08-14 14:17:25 -0700
committerZheng Fu <zhengfu@google.com>2014-08-14 14:19:34 -0700
commit589fb01e4cb45824b11edfdb15393a0dd30cebd6 (patch)
treed165a7f7c327948150865c74c28eb66dfc0da488 /res/values-sw600dp
parent2ed2a73d15bd80bced18e5924d3f84c8a9e5e5a5 (diff)
downloadandroid_packages_apps_Contacts-589fb01e4cb45824b11edfdb15393a0dd30cebd6.tar.gz
android_packages_apps_Contacts-589fb01e4cb45824b11edfdb15393a0dd30cebd6.tar.bz2
android_packages_apps_Contacts-589fb01e4cb45824b11edfdb15393a0dd30cebd6.zip
Set paddings on the portrait contact list view
Bug: 16568715 Change-Id: I3750285bf3354c4df1ea58a5cce30ecf7bcdcbcd
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/bools.xml20
-rw-r--r--res/values-sw600dp/integers.xml6
2 files changed, 26 insertions, 0 deletions
diff --git a/res/values-sw600dp/bools.xml b/res/values-sw600dp/bools.xml
new file mode 100644
index 000000000..2ef703c0b
--- /dev/null
+++ b/res/values-sw600dp/bools.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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="contact_all_list_show_card_frame">true</bool>
+
+</resources>
diff --git a/res/values-sw600dp/integers.xml b/res/values-sw600dp/integers.xml
index c629f7e7f..ab2a52de9 100644
--- a/res/values-sw600dp/integers.xml
+++ b/res/values-sw600dp/integers.xml
@@ -15,4 +15,10 @@
-->
<resources>
<integer name="contact_tile_column_count">2</integer>
+ <!-- Layout weight of space elements in PeopleActivity for favorites list and all
+ contacts list-->
+ <integer name="people_activity_space_layout_weight">1</integer>
+ <!-- Layout weight of ListViews in PeopleActivityfor tile favorites list and all
+ contacts list in PeopleActivity -->
+ <integer name="people_activity_list_view_layout_weight">5</integer>
</resources>