diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-03-16 08:29:12 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-03-16 08:29:12 +0000 |
commit | a8e623280c43dc27ecede733c29917c9f18c3e6a (patch) | |
tree | d576c5336a6b0a8e5b52404088ac0e4a487b9a01 /java | |
parent | fd3c288a48570bbc13fa0e24ac7af5f6a137b6fd (diff) | |
parent | 7086ed10a54bf28e943af6f5b890a81165475be2 (diff) |
Merge "Use a vector "unblock" icon in the bottom sheet"
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/dialer/historyitemactions/SharedModules.java | 2 | ||||
-rw-r--r-- | java/com/android/dialer/historyitemactions/res/drawable-xxxhdpi/bottomsheet_unblock.png | bin | 1034 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/historyitemactions/SharedModules.java b/java/com/android/dialer/historyitemactions/SharedModules.java index 468661feb..8604bed1d 100644 --- a/java/com/android/dialer/historyitemactions/SharedModules.java +++ b/java/com/android/dialer/historyitemactions/SharedModules.java @@ -179,7 +179,7 @@ public class SharedModules { @Override public int getDrawableId() { return isBlocked - ? R.drawable.bottomsheet_unblock // TODO(a bug): use a vector icon + ? R.drawable.quantum_ic_unblock_vd_theme_24 : R.drawable.quantum_ic_block_vd_theme_24; } diff --git a/java/com/android/dialer/historyitemactions/res/drawable-xxxhdpi/bottomsheet_unblock.png b/java/com/android/dialer/historyitemactions/res/drawable-xxxhdpi/bottomsheet_unblock.png Binary files differdeleted file mode 100644 index 01551e2fc..000000000 --- a/java/com/android/dialer/historyitemactions/res/drawable-xxxhdpi/bottomsheet_unblock.png +++ /dev/null |