summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/drawable/incall_background_gradient.xml
blob: 5dd927f0f1e93ef01f43d12271c6324698660052 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
  <gradient
    android:angle="270"
    android:startColor="@color/incall_background_gradient_top"
    android:centerColor="@color/incall_background_gradient_middle"
    android:endColor="@color/incall_background_gradient_bottom"/>
</shape>