<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/timeline_audio_track_default_color" />
    <corners android:radius="@dimen/audio_track_background_radius" />
</shape>
