blob: ba9f653fd7d7e4933cc2e428374e6e77552dd754 [file] [log] [blame]
Daniel Lehmann2e95ad02011-07-28 18:30:01 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Flavio Lerda942a2f22011-08-11 11:31:49 +010017<ListView xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@android:id/list"
Daniel Lehmann2e95ad02011-07-28 18:30:01 -070019 android:layout_width="match_parent"
Flavio Lerda22cb6632011-08-03 22:59:58 +010020 android:layout_height="match_parent"
Flavio Lerda942a2f22011-08-11 11:31:49 +010021 android:background="@color/background_social_updates"
Frank Sposaro3d5c5de2011-08-18 11:42:05 -070022 android:fadingEdge="none"
Mindy Pereira5ab5f862011-08-25 12:03:43 -070023 android:divider="@null"
24 android:paddingTop="@dimen/contact_detail_list_top_padding"
Katherine Kuan5a7b5632011-08-08 17:11:44 -070025 android:paddingLeft="16dip"
26 android:paddingRight="16dip"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070027 android:paddingStart="16dip"
28 android:paddingEnd="16dip"
Maurice Chu712bdc32012-05-10 09:58:36 -070029 android:scrollbarStyle="outsideOverlay"
Mindy Pereira5ab5f862011-08-25 12:03:43 -070030 android:clipToPadding="false"/>