From ea7c0b859a57a5c61c701bf0b710b44775f537c3 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Mon, 31 Aug 2015 17:18:41 -0700 Subject: Display unread count for voicemail and update when vm is read. Query for number of unread voicemails when dialer starts and update this number when the user reads the voicemails. Pass the tab icons into the ViewPagerTabs class: changed so that the raw image is passed instead of the modified drawable because the ripple is applied in through the ViewPagerTabs layout instead of through the drawable containing the icons. Bug: 21086059 Change-Id: Ie426b042d72926ea3feb7baa4717108776152754 --- res/drawable/tab_contacts.xml | 30 ------------------------------ res/drawable/tab_history.xml | 30 ------------------------------ res/drawable/tab_speed_dial.xml | 30 ------------------------------ res/drawable/tab_voicemail.xml | 30 ------------------------------ 4 files changed, 120 deletions(-) delete mode 100644 res/drawable/tab_contacts.xml delete mode 100644 res/drawable/tab_history.xml delete mode 100644 res/drawable/tab_speed_dial.xml delete mode 100644 res/drawable/tab_voicemail.xml (limited to 'res') diff --git a/res/drawable/tab_contacts.xml b/res/drawable/tab_contacts.xml deleted file mode 100644 index ed3f86b9b..000000000 --- a/res/drawable/tab_contacts.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - diff --git a/res/drawable/tab_history.xml b/res/drawable/tab_history.xml deleted file mode 100644 index b1a531840..000000000 --- a/res/drawable/tab_history.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - diff --git a/res/drawable/tab_speed_dial.xml b/res/drawable/tab_speed_dial.xml deleted file mode 100644 index c9c4820b3..000000000 --- a/res/drawable/tab_speed_dial.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - diff --git a/res/drawable/tab_voicemail.xml b/res/drawable/tab_voicemail.xml deleted file mode 100644 index 568891b01..000000000 --- a/res/drawable/tab_voicemail.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - -- cgit v1.2.3