blob: 59eb023d937dfb88c9ca61fd1e6539aa61520bd8 [file] [log] [blame]
Beth Thibodeau8bfbf1f2020-02-13 13:55:37 -05001<!--
2Copyright (C) 2020 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-->
Beth Thibodeau47811b42020-04-22 01:22:39 -040016<shape xmlns:android="http://schemas.android.com/apk/res/android"
17 android:shape="rectangle">
18 <solid
19 android:color="@color/screenrecord_status_color"
20 android:width="@dimen/screenrecord_status_icon_width"
21 android:height="@dimen/screenrecord_status_icon_height" />
22 <corners android:radius="@dimen/screenrecord_status_icon_bg_radius" />
23</shape>