summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/base/Theme.java
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2018-07-10 18:37:33 +0000
committerEric Erfanian <erfanian@google.com>2018-07-10 18:53:03 +0000
commit92854e01920bb300247d19457395b28df06428e0 (patch)
treee52a300d0d59efe9aae59976ebe57e1dc244ebc6 /java/com/android/dialer/theme/base/Theme.java
parent40b73ff89b3d6b9d746319cafe43f38f518d3112 (diff)
Revert "UI refresh for voice call screen."
This reverts commit b6c615dba7609e5134e960a92e723cfeadfbc589. Change-Id: Ibfe295c51323b4e0352098470921ffae114f5c83
Diffstat (limited to 'java/com/android/dialer/theme/base/Theme.java')
-rw-r--r--java/com/android/dialer/theme/base/Theme.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/com/android/dialer/theme/base/Theme.java b/java/com/android/dialer/theme/base/Theme.java
index 2a9975b4b..6e0d20a7a 100644
--- a/java/com/android/dialer/theme/base/Theme.java
+++ b/java/com/android/dialer/theme/base/Theme.java
@@ -17,7 +17,6 @@
package com.android.dialer.theme.base;
import android.content.Context;
-import android.content.res.ColorStateList;
import android.support.annotation.ColorInt;
import android.support.annotation.IntDef;
import android.support.annotation.StyleRes;
@@ -51,8 +50,6 @@ public interface Theme {
@ColorInt
int getColorIcon();
- ColorStateList getColorIconStateList();
-
@ColorInt
int getColorIconSecondary();