blob: 7a2e3cb2b4eab58dad8bad20e10bf96f31ab87fd [file] [log] [blame]
Wenyi Wangf568b302016-04-02 13:58:43 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (C) 2016 The Android Open Source Project
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18
Wenyi Wangb8b86d12017-01-07 16:16:52 -080019<View
Wenyi Wangf568b302016-04-02 13:58:43 -070020 xmlns:android="http://schemas.android.com/apk/res/android"
Wenyi Wangb8b86d12017-01-07 16:16:52 -080021 android:id="@+id/nav_status_bar_spacer"
Wenyi Wangf568b302016-04-02 13:58:43 -070022 android:layout_width="match_parent"
23 android:layout_height="@dimen/nav_header_height"
Wenyi Wang9cfe1af2016-04-07 18:06:08 -070024 android:background="@color/contacts_accent_color"
Wenyi Wangb8b86d12017-01-07 16:16:52 -080025 android:importantForAccessibility="no"/>