summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/res/drawable
diff options
context:
space:
mode:
authorerfanian <erfanian@google.com>2018-06-05 14:54:02 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-05 15:10:17 -0700
commit50ba08e56682700007a818e96790a1a1f4385518 (patch)
treef73b6c3b8a67f3d8c6b74b39d34ddf79c9a7a559 /java/com/android/incallui/answer/impl/res/drawable
parent875c43fa97d11043e6d6c82d1851921a5a00c5f2 (diff)
Update a few interfaces.
Bug: 73773964 Test: unit PiperOrigin-RevId: 199362698 Change-Id: I4b0ab4a3c07ad8fa206753c4826b42037b8a06be
Diffstat (limited to 'java/com/android/incallui/answer/impl/res/drawable')
-rw-r--r--java/com/android/incallui/answer/impl/res/drawable/shape_chip_drawable.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/java/com/android/incallui/answer/impl/res/drawable/shape_chip_drawable.xml b/java/com/android/incallui/answer/impl/res/drawable/shape_chip_drawable.xml
deleted file mode 100644
index adb153f6d..000000000
--- a/java/com/android/incallui/answer/impl/res/drawable/shape_chip_drawable.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2018 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="#DADCE0">
- <item android:id="@android:id/mask">
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="?android:attr/colorBackground"/>
- <padding
- android:bottom="9dp"
- android:left="8dp"
- android:right="8dp"
- android:top="9dp"/>
- <corners android:radius="40dp"/>
- </shape>
- </item>
- <item>
- <shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="#FFFFFF"/>
- <stroke
- android:width="1dp"
- android:color="#DADCE0"/>
- <padding
- android:bottom="9dp"
- android:left="8dp"
- android:right="8dp"
- android:top="9dp"/>
- <corners android:radius="40dp"/>
- </shape>
- </item>
-</ripple>