15fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos<?xml version="1.0" encoding="utf-8"?>
25fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos<!--
35fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ Copyright (C) 2014 The Android Open Source Project
45fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~
55fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ Licensed under the Apache License, Version 2.0 (the "License");
65fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ you may not use this file except in compliance with the License.
75fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ You may obtain a copy of the License at
85fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~
95fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~      http://www.apache.org/licenses/LICENSE-2.0
105fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~
115fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ Unless required by applicable law or agreed to in writing, software
125fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ distributed under the License is distributed on an "AS IS" BASIS,
135fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
145fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ See the License for the specific language governing permissions and
155fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  ~ limitations under the License
165fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos  -->
175fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos<shape xmlns:android="http://schemas.android.com/apk/res/android">
185fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos    <solid android:color="@color/system_primary_color" />
195fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos    <corners
205fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos        android:topLeftRadius="@dimen/notification_material_rounded_rect_radius"
215fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos        android:topRightRadius="@dimen/notification_material_rounded_rect_radius"
225fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos        android:bottomLeftRadius="@dimen/notification_material_rounded_rect_radius"
235fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos        android:bottomRightRadius="@dimen/notification_material_rounded_rect_radius"/>
245fd872e8ea44ffcd4fce1d1196736dca4f270508Adrian Roos</shape>
25