summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/res/drawable')
-rw-r--r--java/com/android/incallui/res/drawable/incall_background_gradient.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/java/com/android/incallui/res/drawable/incall_background_gradient.xml b/java/com/android/incallui/res/drawable/incall_background_gradient.xml
deleted file mode 100644
index 5dd927f0f..000000000
--- a/java/com/android/incallui/res/drawable/incall_background_gradient.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>