ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chrome / android / shell / res / drawable / clip_drawable_progress_bar.xml
blobc764140373bf37252761dc1db19abea58e090b4e
1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
5      Use of this source code is governed by a BSD-style license that can be
6      found in the LICENSE file.
7 -->
9 <clip xmlns:android="http://schemas.android.com/apk/res/android" >
10     <shape>
11         <solid android:color="@color/material_deep_teal_500" />
12     </shape>
13 </clip>