From 8cdac35f2aa80d1732dfc5fdaee1a21035a1bfcb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 2 Feb 2015 17:18:14 -0800 Subject: Show icon and network label when using Wifi. + Add Wifi icon and network label, to be shown when CAPABILITY_WIFI is present on the primary call. Assume we can infer the network label from the connection info returned by the WifiManager, supposing that the phone can only be connected to one wifi network. + Add helper to strip quotation marks from wifi network name. + Reposition HD audio icon beneath the name, and to the left of the number/location information. + Adjust assets and layout of call state and hd audio icons, to center them in a more visually pleasing way in the view. Bug: 19151850 Change-Id: Ic23d1e744960e80b65bc34a8e709266af508fe21 --- InCallUI/res/drawable-xxhdpi/ic_hd_18dp.png | Bin 0 -> 309 bytes InCallUI/res/drawable-xxhdpi/ic_hd_audio.png | Bin 564 -> 0 bytes .../res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png | Bin 0 -> 474 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 InCallUI/res/drawable-xxhdpi/ic_hd_18dp.png delete mode 100644 InCallUI/res/drawable-xxhdpi/ic_hd_audio.png create mode 100644 InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png (limited to 'InCallUI/res/drawable-xxhdpi') diff --git a/InCallUI/res/drawable-xxhdpi/ic_hd_18dp.png b/InCallUI/res/drawable-xxhdpi/ic_hd_18dp.png new file mode 100644 index 000000000..510aa6e8b Binary files /dev/null and b/InCallUI/res/drawable-xxhdpi/ic_hd_18dp.png differ diff --git a/InCallUI/res/drawable-xxhdpi/ic_hd_audio.png b/InCallUI/res/drawable-xxhdpi/ic_hd_audio.png deleted file mode 100644 index 44294ba05..000000000 Binary files a/InCallUI/res/drawable-xxhdpi/ic_hd_audio.png and /dev/null differ diff --git a/InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png b/InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png new file mode 100644 index 000000000..b627198f5 Binary files /dev/null and b/InCallUI/res/drawable-xxhdpi/ic_signal_wifi_4_bar_18dp.png differ -- cgit v1.2.3