summaryrefslogtreecommitdiffstats
path: root/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to multi selectBrian Attwell2015-04-201-3/+7
| | | | | | | | | | | * selection bar now uses an <- instead of X icon * FAB animates away when entering either selection or search mode * allow selection mode to be entered once already in search mode Demo: https://drive.google.com/a/google.com/file/d/0B-vjphxTdjuANERMUDF6Y2NyQXc/view?usp=sharing Bug: 19549465 Change-Id: I657bf564c8e6cdfca6f7779918c4807e09e78d9b
* Improve homeAsUpIcon used in ActionBarContextViewBrian Attwell2014-10-071-0/+20
| | | | | Bug: 17882055 Change-Id: I81ca8305fa4fb4ffe1461b8235cd3a57f270cfd4
* Use default-corp photos in QC for corpsBrian Attwell2014-08-271-21/+0
| | | | | | | | | Also use higher resolution default-avatar images. Now that we have 720dp photos we no longer need to use the CENTER scale type. Instead use the CENTER_CROP scale type. Bug: 16630102 Change-Id: I81db0c0c862d939a18f067bb566a1193b57577c4
* Update color of FABBrian Attwell2014-08-081-1/+1
| | | | | | | | | | | | | | I copied Dialers fab into Contacts instead of ContactsCommon. Since this is a visual element, there is little chance of it diverging from Dialer in an undetected way. I was previously overzelously trying to unify colors/icons between dialer and contacts. This is not a good policy when others are less zeoulos. Bug: 16847357 Change-Id: I6e3587d5871a485963f8677e9697ee777d6f1caf
* Rotates the expand/collapse arrowPaul Soulos2014-08-061-20/+0
| | | | | bug: 16787869 Change-Id: I1b9fea6fa4d75b202b1ef20336abfd9b19efcc30
* Add white touch feedback drawable to DialerYorke Lee2014-07-312-42/+0
| | | | | | | Move item_background_material_dark drawable to ContactsCommon, and use it in Dialer Bug: 15725264 Change-Id: I5181646ea4a787593689784d35812bceaf051119
* Use custom ViewPagerTabsBrian Attwell2014-07-225-120/+22
| | | | | | | | | | Use the custom ViewPagerTabs from contacts common. In portrait, the tabs are below the toolbar. In landscape the tabs are inside the toolbar. Bug: 16158921 Bug: 15616182 Change-Id: I6c2067fdc10fa15ebd6e0fa93aa1c4f8e7cd45a7
* Inline "select new contact" entry in pickerBrian Attwell2014-07-181-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Removed the FAB now that we have a better way to create new entries inside the contact picker. Contacts: Created HeaderEntryContactListAdapter class that overrides an adapter defined in ContactsCommon. Part 3/3 Manual testing: -verify dialer still builds, and displays its "Add to contacts" button correctly -test rotation in contact picker -Open intents in Contacts Intents app for legacy/non-legacy picker types. Verify they behave similarly -perform a search inside the contact picker, and watch the "Add to contacts" entry vanish. (In my version of the framework SearchView is broken, so I needed to do this manually) -remove accounts, and verify that both contact picker and legacy contact picker don't crash Bug: 16209705 Change-Id: I1bafc557aa9cdae776fbfcc73aac3607a7bebe3e
* Tab height and coloringBrian Attwell2014-07-144-0/+120
| | | | | | | | Moved the common tab code into Contacts. Also, used the simpler version of the tabs code from pre ag/470121. Bug: 16160452 Change-Id: Ic55fef6bd2c28818f7a32353c3107f8e499e724b
* Merge "Add touch feedback to QC header"Brian Attwell2014-06-272-0/+42
|\
| * Add touch feedback to QC headerBrian Attwell2014-06-272-0/+42
| | | | | | | | | | | | | | Use white touch feedback. Change ActionBar's MenuItem ripples to also be white. Change-Id: Ib9f0854bc999ee51e6005c1a1d6ad5714794af98
* | Remove one layer of overdraw from cardsBrian Attwell2014-06-251-0/+21
|/ | | | Change-Id: Id3cb2a946d7fb0cd1f440aff115c86671c9b0eef
* Default QC avatarBrian Attwell2014-06-251-0/+21
| | | | | | | | UX still hasn't decided how they want to display the default avatar. I'm confidant most of the work in this CL will be usable once they make up their mind. Change-Id: Id24160d4339b0bd1bdd428c007d32f42942c0a43
* Use white icons in actionbarBrian Attwell2014-06-131-0/+20
| | | | | | | | | | Switched some of the black alpha masks to white alpha masks, this way I didn't need to apply any tint. We use ic_person_add_24dp drawable in both black and white. So I had to apply a tint to this one. Change-Id: If8e08998f368b643d19cbf8bfa5a372932abfffe
* Fix FAB, now that ripples framework has changedBrian Attwell2014-06-111-2/+1
| | | | Change-Id: Ie8b5e8727760ff6d0dfe552ae61449de50bd0d9c
* Add ExpandingEntryCardView to QuickContactPaul Soulos2014-06-113-43/+5
| | | | | | | | | The communication card is slightly implemented to make sure ExpandingEntryCardView works as intended. There is more work to do in a different CL to finish this. Also delete a bunch of QC code. Change-Id: If7d8373866560c635851fe0e09ffad9cc0054f4f
* Uses a floating action button for adding new contactPaul Soulos2014-06-111-0/+22
| | | | Change-Id: I47cc26e857f7b3da8537bc52c8cb08b969af44b7
* Revert^4: Use action bar style from ContactsCommon""Brian Attwell2014-06-116-142/+0
| | | | | | | | Move this into master-contacts This reverts commit 88636968c74a13c79629fc8adf200f670a98ff02. Change-Id: I879450b5871c5ef4b925a839dcd64c4ec1bf6141
* Revert "Revert^2: Use action bar style from ContactsCommon"Brian Attwell2014-05-216-0/+142
| | | | | | | | I am going to move this to master-contacts This reverts commit ede793ef6a2f155ce55ad6a64c1299beae5500e4. Change-Id: I4c31e825adf14605153efa8ceb08363bdf7ac94e
* Revert^2: Use action bar style from ContactsCommonBrian Attwell2014-05-196-142/+0
| | | | Change-Id: I9371b796f98ffde303e9e8ad6c5fbbc89200c5d6
* Revert "Use action bar style from ContactsCommon"Brian Attwell2014-05-196-0/+142
| | | | | | This reverts commit 80df79f4279b7f4f0f2f275ff6dca47cdc6d4632. Change-Id: I1f1f855ef55206fbee246a2379367415a8f42885
* Use action bar style from ContactsCommonBrian Attwell2014-05-196-142/+0
| | | | Change-Id: I5097ad30b103ceddc0e72c3d016c364a99026e71
* Update colors in the people app.Paul Sliwowski2013-09-0511-121/+15
| | | | Change-Id: I93194f75e83fd6dba95a7bc8aafa73432dac8353
* Major resource move and clean-up.Chiao Cheng2012-12-055-100/+0
| | | | | | | | Moving resources from Contacts to ContactsCommon and Dialer as necessary to remove dialer dependencies on contacts app. Bug: 6993891 Change-Id: I43524e95efa0948935ccbc29c12c100f336b69fb
* Fix overdraw in PeopleActivityYorke Lee2012-11-281-0/+22
| | | | | | | | Remove window background in onCreate. Add and remove various view backgrounds to reduce overdraw. Bug: 7267295 Change-Id: I868f194f2e91be1011268faa454dfd1278510b8b
* Additional clean-up of dialer split.Chiao Cheng2012-09-059-271/+0
| | | | | | | | - Moving resource only used by dialer. - Moving out common utilities. Bug: 6993891 Change-Id: Ieb851adb1d6a3492290b84a56aa2cd00cae2f260
* Navigation fix for 10-inch tablets with keyboardYorke Lee2012-08-272-0/+23
| | | | | | | Added proper asset for dropdown list so that focused state is correct. Bug:5071639 Change-Id: I26b6f838294d502053fa36f825c6745b6560bc52
* Fixed focus bugs in action bar as well as the GroupBrowseList.Yorke Lee2012-08-245-3/+65
| | | | | | | | Replaced png files for action bar backgrounds with xml files. Updated list_focused_holo and button_focused_holo to show proper focus states for the GroupBrowseList and Call button in dialer. Bug: 6424963 Change-Id: I22aceb3819ba3d2a08b485541f09d6a3c80e5d4e
* Fix keyboard selectors for tabs. Replace assets by xml filesDaniel Lehmann2012-08-206-27/+182
| | | | | Bug:6424963 Change-Id: I3b1c1c8fd47d3a5baf619a56ac8331930746187e
* Introduce land folders instead of using -w for everythingDaniel Lehmann2012-06-111-0/+0
| | | | | | | | - Also moved contacts_widget_preview into the right folder - Also made QC in landscape phone look like the bigger landscape versions Bug:6646933 Change-Id: Ia56dad8763d5073ebee9858f128b4acdc3413120
* Fix style of dropdown spinner on tabletsMaurice Chu2012-05-164-4/+44
| | | | | | | | | | | | | | | Changed text to be the same font size as the drop down menu. Capitalize only the first letter. Changed the color of the spinner triangle to the dark action bar color. And changed the on-press highlight color to match that of the other action bar items. Also, took out all exit fade animations, and fixed the presence icon size on the contact detail list for the 7" tablet. Bug: 6500339 Change-Id: Ia6c5555e1ad772812672c37d5b722e2a5aaa40ed
* Removed some unused resourcesDaniel Lehmann2012-05-011-21/+0
| | | | | Bug:6427865 Change-Id: Ifb5b04faa384c74e57af73b5b2411837a3305f8d
* Changed on-press state to show the standard blueMaurice Chu2012-04-301-3/+4
| | | | | | | | | Also, took out the slow fade when pressing the View Updates button to go to Google+ (or whatever group source). Bug: 6011447 Change-Id: I6d86ae611e6f832ed1a0f4729c72e976236c5a17
* Removed obsolete tabsDaniel Lehmann2012-04-261-41/+0
| | | | Change-Id: I9991b9ee077186d777182d2adb8c5eff66d05f02
* Remove obsolete assets used in horizontal orientationDaisuke Miyakawa2012-04-261-25/+0
| | | | | Bug: 6401577 Change-Id: Ief10fd45d368100c762412f40d555db21b4188ba
* Remove dial button's fade effectDaisuke Miyakawa2012-04-191-2/+1
| | | | | Bug: 6364321 Change-Id: I5974381e282cd0ddc580ee270ebbc658e09f6262
* Stop using private resourcesDaisuke Miyakawa2012-03-071-26/+0
| | | | | | | | | | - call_background.xml points to one of private resource, but the method relying on the xml isn't used any more. Let's remove the entire method. - use local version of action_menu_overflow_description Bug: 6063210 Change-Id: I9ea6788ca4232492a8c62a8aa8460159314abee4
* Remove unused resourcesDaniel Lehmann2012-02-232-62/+0
| | | | | | Bug:5964592 Change-Id: Iee438a3e92dd3420353f33c7ca6b333163d44f42
* Stop using private resourcesDaniel Lehmann2012-02-231-2/+2
| | | | | | Bug:5964592 Change-Id: I199318edcad4d0031d6c567e501166a69d19d794
* Remove unused resourcesDaniel Lehmann2012-02-2312-299/+0
| | | | | Bug:5964592 Change-Id: Iec867d2562d709db91f54c47e045536b62fc17d2
* Fix tablet picker layout.Daisuke Miyakawa2011-10-281-0/+0
| | | | | | | | | | | Less risky fixes only. Bigger topics should be covered later. - Make "Create New Contact" button look like bottom action bar - Use blue color for join section header - Fix misc padding Bug: 5454797 Change-Id: I18069f5a4077a6625a64c8f9812d25092904a0e6
* Remove unused assets and xml filesKatherine Kuan2011-10-191-34/+0
| | | | | Bug: 5486626 Change-Id: I8292f8d77c9d23caeaa6c5081c470b15e320378a
* Additional ui changes for quick contact.Mindy Pereira2011-10-062-0/+39
| | | | | | | | | | | | More fixes to bug:5233213 Quick contacts still needs some UI fixes These changes: 1) shorten the max height of a list of contact pts 2) add borders to the top of the image and bottom of the list 3) move the content of the quick contact down 4) make the dividers narrower. 5) make the first line of text for everything except a postal address 1 line max and ellipsized at the end. Change-Id: I7fce4db1a18d1b68814e55805fe4fe7c51cbd648
* Add missing copyright headersDaniel Lehmann2011-09-308-0/+118
| | | | | Bug:5399509 Change-Id: Iba658e35cd0bf71a9320037ddb80257003f780c7
* Updates disable states for voicemail.Flavio Lerda2011-09-303-53/+93
| | | | | | | | | Use updated disabled assets for voicemail. Use the correct disable state for the play icon. Do not show a thumb or already played bar when seek bar is disabled. Bug: 5282585 Change-Id: I522793b55b36b03e7af6b0195f4005432446e8f8
* Update people widget visual stylePeter Ng2011-09-161-4/+2
| | | | | | Bug: 5324640 Change-Id: If50a16213c0a329a7fc2c4fcb2dffe5c34fbc52a
* Use system assets on dialpad/calllogDaisuke Miyakawa2011-09-132-36/+16
| | | | | | | | | | | | | Since "dial" button has green background for pressed state, we need to copy some framework assets to our project and have btn_call.xml which is very similar to framework's item_background_holo_dark.xml Also use correct "pressed" state for menu buttons Bug: 5300071 Bug: 5298218 Change-Id: I82bebecd56716934812dfd9e0a87cbc88d04ceab
* Merge "Make dial button have focused background"Daisuke Miyakawa2011-09-121-0/+2
|\
| * Make dial button have focused backgroundDaisuke Miyakawa2011-09-121-0/+2
| | | | | | | | | | Bug: 5293260 Change-Id: Iaad2bbde7d8cfcd84280c619f4f370725ac5f2d7
* | Merge "Use correct background for selected items."Flavio Lerda2011-09-121-37/+0
|\ \ | |/ |/|