From ee4a3feabd047f27540c5967b88d407855f3de8a Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Tue, 6 Aug 2013 19:06:19 -0700 Subject: Audio Routing support in UI Changes: - AudioModeProvider - receives audio mode changes from CallHandlerService - CallButtonPresenter listens to AudioModeProvider so that it can use those changes in the UI. - CallButtonFragment uses the audio mode from Presenter() to display: - The correct layers for the supported modes - The popup menu when bluetooth is enabled Change-Id: I8ec4024f7bbb5e3b1cfdaae20a4dd2f85ae802cf --- InCallUI/res/drawable-hdpi/ic_ab_dialer_holo_dark.png | Bin 0 -> 1487 bytes InCallUI/res/drawable-hdpi/ic_bluetooth_holo_dark.png | Bin 0 -> 1852 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 InCallUI/res/drawable-hdpi/ic_ab_dialer_holo_dark.png create mode 100644 InCallUI/res/drawable-hdpi/ic_bluetooth_holo_dark.png (limited to 'InCallUI/res/drawable-hdpi') diff --git a/InCallUI/res/drawable-hdpi/ic_ab_dialer_holo_dark.png b/InCallUI/res/drawable-hdpi/ic_ab_dialer_holo_dark.png new file mode 100644 index 000000000..ecfeb2db8 Binary files /dev/null and b/InCallUI/res/drawable-hdpi/ic_ab_dialer_holo_dark.png differ diff --git a/InCallUI/res/drawable-hdpi/ic_bluetooth_holo_dark.png b/InCallUI/res/drawable-hdpi/ic_bluetooth_holo_dark.png new file mode 100644 index 000000000..ba22b0f8d Binary files /dev/null and b/InCallUI/res/drawable-hdpi/ic_bluetooth_holo_dark.png differ -- cgit v1.2.3