blob: a0f9166286d0cca91a67b5453814b6f3dd061f93 [file]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="#000" />
<corners android:radius="@dimen/tile_view_bg_corner_radius" />
</shape>