summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Contacts: corrected login icon dimensErica Chang2016-03-251-1/+2
| | | | Change-Id: I671c5b21b7780aab22ae1dc4f3fbcf1247be4903
* Fix incomplete text in call spinnerStephen Bird2016-03-251-1/+1
| | | | | Change-Id: I46a9c3c4542365d37df1bf7d0856869a68dcce53 Ticket: 386
* Add Spinner to edittextStephen Bird2016-03-251-0/+7
| | | | Change-Id: I0bb78d5af2faac10da13c652b38114da91d351c7
* Added plugin resourcesErica Chang2016-03-251-0/+95
| | | | Change-Id: Ie2abe95659a80aa1f199ca45e24b7fa5c2020ae7
* Add block contact dialog and supporting helper classesRohit Yengisetty2016-01-121-0/+27
| | | | Change-Id: I7f2697a843d4f615fe1ae9e8525baaefcbe9428b
* Themes: Define back arrow tint color for themesBryan Owens2016-01-011-1/+1
| | | | | | | This will make it easier to theme and keep stock look Change-Id: Ifb145823882eb9008bfa88c45d29edc4b9c6786e Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Expose colors in layouts for themesBryan Owens2015-11-113-3/+3
| | | | | Change-Id: If4462396b2690c7854349cfb306af042c3773d72 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-053-0/+221
|\ | | | | | | | | | | | | | | | | | | | | Android 6.0.0 release 26 Conflicts: res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/contacts/common/CallUtil.java Change-Id: I7343f010b46987cb5723c1c86bf450af90e3160f
| * Consolidate CallSubject history and dialog.Tyler Gunn2015-08-122-90/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed CallSubjectHistory activity and put that functionality into CallSubjectDialog. - Changed CallSubjectDialog into an activity styled after a dialog. - Although dialog_call_subject looks a lot different, the main change is the addition of the subject_list above the dialog in the layout (I tried having it below the dialog but I could not get the layout to work properly). A RelativeLayout was used so that when the subject history list is shown, the dialog naturally moves up to fit the call history list. - Added layout for the call subject history list items to give better control of their appearance. - This was to give better control of layout and make it possible to animate between show/hide of call subject history. Bug: 22685114 Change-Id: I7555bb09b86c50b52a76661f1460f4fe0e30bd97
| * Add CallHistory activity to CallSubjectDialog, plus others.Tyler Gunn2015-08-062-1/+34
| | | | | | | | | | | | | | | | | | - Shows last 5 call subjects. - Add OnPhoneNumberPickerActionListener for handling callbacks from search results to trigger making a call with a subject. Bug: 22685114 Change-Id: I3b1e6660c8fa4b3c289e538d673a82caabb57a73
| * Add "call with a note" resourcesTyler Gunn2015-08-041-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | Note: UX resource for ic_call_note_while; UX needs to send me proper version in all resolutions. - Added new CallSubjectDialog class to display the call subject dialog. - Moved getLookupKeyFromUri from Dialer into UriUtils. - Note: Limit of 16 chars is in place until b/22806380 is resolved. Bug: 22685114 Change-Id: I9744765c3bbc6672a400fe3d1522c5af1b793781
* | Add IP call interface supportsxjiang2015-09-111-0/+43
|/ | | | | | - Add the interface to set IP Prefix Change-Id: Ie6e29b24f185ae7c3629eb2c332e6485b5dd88de
* 56dp clickable close button. Contacts & dialer.Brian Attwell2015-01-201-1/+1
| | | | | Bug: 19075021 Change-Id: Ie8b6c1da99c3fd447db9e927937ba24afcf6f22c
* Un-tint the icon for the select account dialogNancy Chen2014-11-121-1/+0
| | | | | | | | | | The icon in the select account dialog is currently tinted gray, it should not have any tint color so that the color of the icon can show though. Bug: 18192071 Change-Id: I81ed96f4f395725844154d73334a18e4636e8250
* Modify Select Account Dialog to align with UI mocks.Nancy Chen2014-11-042-13/+26
| | | | | | | | | + Additional line for the phone number + Support optional title (for phone calls it will be titled "Call With") + Tweaks to make it more visually appealing. Bug: 18204058 Change-Id: Ie2c0fce0b20cf5e889cb17254bc6462ed4fb6438
* am 90917145: Add an option to set the selected phone account as the default. ↵Nancy Chen2014-10-231-0/+38
|\ | | | | | | | | | | | | (3/3) * commit '90917145825ca7e8e34d407c72c80a15300fafdc': Add an option to set the selected phone account as the default. (3/3)
| * Add an option to set the selected phone account as the default. (3/3)Nancy Chen2014-10-221-0/+38
| | | | | | | | | | | | | | | | | | Modify the phoneAccountSelected method to support the option to set the selected phone account as the default for outgoing phone calls. Add checkbox to the select account dialog for user interaction. Bug: 18078232 Change-Id: I7e6af5238fe2ff95d7f1e0622f7fa24111147f4e
* | 24dp padding before/after AlertDialog list itemBrian Attwell2014-10-091-8/+5
|/ | | | | Bug: 17926887 Change-Id: I019317ca6138bd38e699dae3819fe18414c89d10
* Generalize select account dialog for usage anywhere in dialer (2/2)Nancy Chen2014-10-081-0/+38
| | | | | | | | | | | | Currently the select account dialog is specific to InCallUI, but there are other places in the dialer app that will need the user to select an account (e.g. MMI pin) so we want to reuse this dialog. + Move dialog to ContactsCommon + Add a listener to the SelectPhoneAccountDialogFragment class Bug: 17917937 Change-Id: I4756daf40a518e12ac19d97bc09e62647de422b4
* Merge "Increase padding above contact list (in common)" into lmp-devBrian Attwell2014-09-101-0/+2
|\
| * Increase padding above contact list (in common)Brian Attwell2014-09-091-0/+2
| | | | | | | | | | | | | | | | Padding above the first image should be equal to the padding between images in the contact list. Bug: 17438022 Change-Id: Id0cf0b17bca527da3a2ab7672b2d7ba9158ba518
* | Add missing background behind account headerBrian Attwell2014-09-052-19/+23
|/ | | | | Bug: 17399714 Change-Id: I9f43c3cea3d8b916b3d5f347296deae3a29ff438
* Adding common contact list view and card layoutZheng Fu2014-08-274-2/+42
| | | | | | Bug: 16553819 Bug: 17157006 Change-Id: I498b3de918a98b59e589e5216ea6ae3a0d3902a7
* Adjust padding in "Favorites" tabsBrian Attwell2014-08-192-3/+1
| | | | | Bug: 17139514 Change-Id: I0d9cdf9dc08c01c384505eef4393c4bee1641962
* "Frequently contacted" title font size of 24spBrian Attwell2014-08-191-1/+1
| | | | | Bug: 17136879 Change-Id: I23b5ec92915e6962053704a1c9b9c28481589686
* Update margins around directory headers and search bar icons.Nancy Chen2014-08-152-5/+5
| | | | | | | | | *Added more space to the top of the directory header *Added more margin to the left of the back arrow and right of the close *Pushed the contact text to the right Bug: 15596340 Change-Id: I8817369d52faeb8edff7817b3f29726c1717e74f
* Change cursor color and secondary color in dialer searchNancy Chen2014-08-061-0/+1
| | | | | | | | Update secondary text color (phone number, address, etc.) in search results and change cursor color to dialer primary color. Bug: 16656480 Change-Id: I04e59c4d0adee9082db506ba0726b6ba4f982a21
* Change style for directory headers in Dialer search resultsNancy Chen2014-08-051-39/+25
| | | | | | | Changing color, removing underline, disable pinned headers Bug: 15596340 Change-Id: Ia6290e1bd636f030c7a40992a969b9fedf4a0cd1
* Give search view buttons unbounded ripplesYorke Lee2014-07-311-2/+2
| | | | | | | | Also increase the size of the buttons slightly so that the ripples are not so small Bug: 15730203 Change-Id: I5e2d7d43275a557f6cf9782f2f17a7958deb1acd
* Frequently Contacted title style in Favorites tabBrian Attwell2014-06-251-14/+8
| | | | Change-Id: I2effc74dfd1b570844296c003de456ec71e2940d
* Update Emergency Dialer to match Dialer (2/7).Sai Cheemalapati2014-06-204-281/+0
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I5741364301c50770fd082758ef81fc79fd7c3b73
* Revert "Update Emergency Dialer to match Dialer (3/5)."Yorke Lee2014-06-204-0/+281
| | | | | | This reverts commit 8e7cebc6aff9b41192dd3348fc52ef62c06236ab. Change-Id: Ifa42f45868286b80e111229bb0761798af884293
* Update Emergency Dialer to match Dialer (3/5).Sai Cheemalapati2014-06-204-281/+0
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I2c346c4d51249972f549e30577b013423e20481a
* Add reference to TelephonyManager, renaming, remove checkbox (2/2)Nancy Chen2014-06-191-23/+0
| | | | | | | | | | | Incorporating API calls to TelephonyManager.getSubscriptions. Added new SubscriptionManager class to wrap data about subscriptions for the purpose of passing between Dialer and its fragments. * This particular CL deals with the introductoin of the * SubscriptionManager class and the implementation of the dialog. Bug: 15473965 Change-Id: I8c3a1f34e41bb8b39b5bfae43b6bad1792ed72e5
* Merge "Add dialog for SIM card select option on dialer menus"Nancy Chen2014-06-121-0/+23
|\
| * Add dialog for SIM card select option on dialer menusNancy Chen2014-06-111-0/+23
| | | | | | | | | | | | | | | | Create new dialog that will be brought up when "Select SIM card" option is chosen in the main dialer activity menu or the dialpad fragment menu Bug: 15473965 Change-Id: Iff4943cebe98af0f7627795116802ba1a536c548
* | Styled frequent contacts to look like contact listBrian Attwell2014-06-112-60/+31
| | | | | | | | | | | | | | | | | | | | | | Instead of refactoring the ContactTileAdapter to use functionality from ContactEntryListAdapter, I changed ContactTileAdapter to use the Attribute#ContactListItemView values when possible. Also fixed the touch feedback inside contact_tile_starred (has been broken for a while). Change-Id: Ib9bafceef518aaa16b77d0b585b06778178b76a4
* | Show starred contacts in circlesBrian Attwell2014-06-111-60/+31
| | | | | | | | Change-Id: I9b3171a507a6b8e0be8bc29e13b4c98f7a0cb737
* | Cleanup: remove dialer code from ContactTileAdapterBrian Attwell2014-06-111-78/+0
| | | | | | | | | | | | | | | | | | | | | | | | ContactTileAdapter used to be used by both Dialer and Contacts. Now that Dialer implements its own version of ContactTileAdapter, all Dialer code inside ContactTileAdapter is dead. Therefore, I am deleting. Maybe ContactTileAdapter should be moved out of ContactsCommon in a later CL. Change-Id: I350bcdf1c1fa38aa50b6fd4e25b4b61284903b0e
* | Matching landscape Dialpad keys to mocks.Sai Cheemalapati2014-06-092-26/+43
|/ | | | | | | | Landscape dialpad now matches mock. Subscript letters now appear to the right of each number. Bug: 15386162 Change-Id: Ic1d2ac91394c89c359b7bb665fa2bd51fef83cf7
* Tint close icon color.Andrew Lee2014-06-061-2/+3
| | | | Change-Id: I3a6d325283097d940693bf9224dae26b87dcc4ba
* Revert "Tint close icon, which was white in an icon replacement."Andrew Lee2014-06-061-3/+2
| | | | | | This reverts commit 69e53bca77b0c06099a677cc310f492799943de8. Change-Id: I18e13bf425453899368756fd809f07553e67ad44
* Tint close icon, which was white in an icon replacement.Andrew Lee2014-06-051-2/+3
| | | | | | | | | This change was submitted in lmp-preview-dev, but lost in the merge because the expanded search bar is now in ContactsCommon instead of Dialer. Bug: 15411375 Change-Id: I48cd7040b4a560f2ea5eaeef14764173b76d05b8
* am 363fcb84: Merge "Increase the *\'s font size in the dialpad." into ↵Andrew Lee2014-06-051-2/+2
|\ | | | | | | | | | | | | lmp-preview-dev * commit '363fcb84291ab4a193322c5ef4423ee62f432199': Increase the *'s font size in the dialpad.
| * Increase the *'s font size in the dialpad.Andrew Lee2014-06-041-2/+2
| | | | | | | | | | Bug: 15389408 Change-Id: I372b792034f70d374272d2a4715031b30635c654
* | am 40d05c18: Change dialpad line\'s color to #e3e3e3Andrew Lee2014-06-041-7/+2
|\| | | | | | | | | * commit '40d05c187c35ebc751712ff7e81f385e6157e130': Change dialpad line's color to #e3e3e3
| * Change dialpad line's color to #e3e3e3Andrew Lee2014-06-031-7/+2
| | | | | | | | | | | | | | | | The white line was also interacting weirdly with the ripple, so I compounded it into the space's height instead. Bug: 15408890 Change-Id: I3cc22a9f7c7e10078718bb27b52c2dd5de1378c5
* | Move search_bar_expanded into commonBrian Attwell2014-05-301-0/+60
|/ | | | | | | | | | In the process of moving this, I also found and fixed two bugs. 1) Text size was set incorrectly (looked like a typo) 2) The "up button" used the "content overflow"s content description Change-Id: I8d1f1904e3091461f964ba98483a9afbce05fecd
* Adjust space below line on dialpad.Andrew Lee2014-05-301-1/+1
| | | | | Bug: 15328499 Change-Id: I5d3031175334df1978be8ecf393b3207dadb3949
* Fix bottom padding on dialpad.Andrew Lee2014-05-301-1/+0
| | | | | Bug: 15328499 Change-Id: I00c1396a3c83ecbb9d98cf1d37fcc6d9817e2b5e