summaryrefslogtreecommitdiff
path: root/InCallUI/src
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-09-10 15:22:53 -0700
committerChristine Chen <christinech@google.com>2013-09-12 14:51:21 -0700
commit50e5dc2470dfce3f70f86bdaa5f261e367e47a5a (patch)
treed1849a172761cfec0e32def3c6b5a3892e3cf825 /InCallUI/src
parent5ab76a4f685e94beb77ab4a613fed49079513f73 (diff)
Addes xxhdpi assets for InCallUi
- Changes how End Call button looks. Bug: 10491107 Change-Id: I02271ba346a8879b4642f4a642513211d2a328fc
Diffstat (limited to 'InCallUI/src')
-rw-r--r--InCallUI/src/com/android/incallui/CallCardFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/src/com/android/incallui/CallCardFragment.java b/InCallUI/src/com/android/incallui/CallCardFragment.java
index 9c772cb05..3bf23707d 100644
--- a/InCallUI/src/com/android/incallui/CallCardFragment.java
+++ b/InCallUI/src/com/android/incallui/CallCardFragment.java
@@ -312,7 +312,7 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
// Also, display a special icon (alongside the "Incoming call"
// label) if there's an incoming call and audio will be routed
// to bluetooth when you answer it.
- final int bluetoothIconId = R.drawable.ic_incoming_call_bluetooth;
+ final int bluetoothIconId = R.drawable.ic_in_call_bt_dk;
if (onOff) {
mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(bluetoothIconId, 0, 0, 0);