summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/incall/impl/res/drawable/tab_indicator_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/incall/impl/res/drawable/tab_indicator_selected.xml')
-rw-r--r--java/com/android/incallui/incall/impl/res/drawable/tab_indicator_selected.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/java/com/android/incallui/incall/impl/res/drawable/tab_indicator_selected.xml b/java/com/android/incallui/incall/impl/res/drawable/tab_indicator_selected.xml
deleted file mode 100644
index fc673c6ed..000000000
--- a/java/com/android/incallui/incall/impl/res/drawable/tab_indicator_selected.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape
- android:innerRadius="0dp"
- android:shape="ring"
- android:thickness="4dp"
- android:useLevel="false">
- <solid android:color="@color/background_dialer_white"/>
- </shape>
- </item>
-</layer-list> \ No newline at end of file