summaryrefslogtreecommitdiffstats
path: root/res/drawable/theme_component_bg_transition.xml
blob: 5514e00396d86886e0d21c35e7492fc09881f8cd (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android" >
    <item android:drawable="@android:color/transparent" />
    <item android:drawable="@drawable/card_bg" />
</transition>