summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/dialpadview/res/drawable/dialpad_scrim.xml
blob: ee0f40ab5f7af190da4bdf2d976ff1b526c23950 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
  <gradient
    android:angle="270"
    android:endColor="@android:color/darker_gray"
    android:startColor="@android:color/transparent"/>
</shape>