blob: 4bc20857e5fb24e5f360cb1574ca88665cc4f365 [file] [log] [blame]
Anne Rong6fb201a2015-09-16 11:21:00 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Anne Rongd994a772015-09-21 18:16:02 -070017 android:id="@+id/blocked_number_fragment"
Anne Rong6fb201a2015-09-16 11:21:00 -070018 android:layout_width="match_parent"
Andrew Lee3663afe2015-10-04 01:31:28 -070019 android:layout_height="match_parent"
20 android:orientation="vertical"
Andrew Lee3663afe2015-10-04 01:31:28 -070021 android:background="@color/blocked_number_background">
Anne Rong6fb201a2015-09-16 11:21:00 -070022
Andrew Leed625d282015-10-21 01:27:04 -070023 <ListView android:id="@id/android:list"
Anne Rong6fb201a2015-09-16 11:21:00 -070024 android:layout_width="match_parent"
25 android:layout_height="wrap_content"
Andrew Leed625d282015-10-21 01:27:04 -070026 android:divider="@null"
27 android:headerDividersEnabled="false" />
Andrew Leeb980fc42015-10-19 23:57:25 -070028
Andrew Lee3663afe2015-10-04 01:31:28 -070029</LinearLayout>