summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
AgeCommit message (Collapse)Author
2014-09-03Add colorControlActivated attribute to DialerYorke Lee
Bug: 17359310 Change-Id: I28f2c2dd45bedd86752eb7059670458b5c04d107
2014-08-21Change default alert dialog theme's accentColorBrian Attwell
Bug: 17164053 Change-Id: I3ccdb6a8e31a83a42d6b294e5b41aa9d3cd1632a
2014-08-20Make the settings accent color blue instead of green.Andrew Lee
Bug: 17139811 Bug: 16788935 Change-Id: I5a5eca581d5350ae2d877dfa13f22ed4919ac734
2014-08-15Pushed the search result contact text to the right and removed extra dimens.Nancy Chen
Part of update to Dialer search results Bug: 15596340 Change-Id: Ia89dc027e3ada1c0084e40d139ce06a46cac943b
2014-08-06Change background color for SearchFragmentNancy Chen
FAFAFA -> F9F9F9 Bug: 16656480 Change-Id: I26e17012a8631ae3370684655b8cf1c698613064
2014-07-29Continue to make UI color changes in Dialer.Nancy Chen
Specifically to update text and background color in call details and colors in dialpad. Bug: 16356911 Change-Id: I048ca9d71a7befb25aa9f68bace5b6cd7f76e47a
2014-07-28Merge "Update Dialer activity background colors" into lmp-devNancy Chen
2014-07-28Update Dialer activity background colorsNancy Chen
f6f6f6 -> fafafa and restore the call_log_primary_background_color since it doesn't seem to affect anything. Bug: 16356911 Change-Id: I255e33606b527cfc808a1adef03afcd5476a3b48
2014-07-28Shift actionbar title to the 72dp line.Nancy Chen
Action bar title should be shifted to the right. Bug: 16627750 Change-Id: Ief0cb6dc49d5067aa5448a8cbaa21e6cb96b9bf5
2014-07-28Decreased height of action bars in dialerNancy Chen
Kept the height of the search box the same while decreasing the height of all other action bars. Bug: 16627750 Change-Id: I43f2ae6b0f67113df2522369f5fef78c0dc12df4
2014-07-24Merge "Update dialpad overflow menu icon" into lmp-devNancy Chen
2014-07-24Update dialpad overflow menu iconNancy Chen
Overflow menu icons should be the same across dialer Bug: 16488229 Change-Id: I1222d02bd4e54e41f32eab3c11e87ad02e8df8c9
2014-07-23Color changes in dialer for theme color (light blue) and textNancy Chen
Dialer color change to light blue Bug: 16356911 Change-Id: If6224037968e8dca5adf705baa48e9ec77f675ed
2014-07-18Change dialer's contentInsetStart=0pxBrian Attwell
I fixed this in the framework a while ago. You no longer need to use contentInsetStart=1px. Bug: 16403573 Change-Id: Idc3d4b0de7d1c700d6847f62318dcf7d3b1850d0
2014-07-15Add android:colorPrimary to Dialer themeYorke Lee
Bug: 16191528 Change-Id: I0228d57115e401cfe3c40f75856ba69927e394f4
2014-07-15Merge "Make ContactPreferences use SharedPreferences instead of System ↵Yorke Lee
settings (5/5)" into lmp-dev
2014-07-15Make ContactPreferences use SharedPreferences instead of System settings (5/5)Yorke Lee
* Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674
2014-07-15Allow overflow menu to overlap overflow buttonYorke Lee
Bug: 15988764 Change-Id: Ifeffb18a76f38a558e602c9fb5f62ef9d3404ecb
2014-06-11am 438df9a6: Merge "Dialer changes for correct selection bounds adjustment." ↵Andrew Lee
into lmp-preview-dev * commit '438df9a6e183c50e55571850557429f9e13635c5': Dialer changes for correct selection bounds adjustment.
2014-06-11am 88c9e176: Merge "Set 0 padding on the left of the contact browser list." ↵Andrew Lee
into lmp-preview-dev * commit '88c9e1765f6d8ae6199acf73f8315f21c701bf5b': Set 0 padding on the left of the contact browser list.
2014-06-11am a9a75dc1: Merge "UI improvements on tabs, recent expanded card, speed ↵Andrew Lee
dial grid." into lmp-preview-dev * commit 'a9a75dc1956f4b6a3d3527b7b9e204acbb316b68': UI improvements on tabs, recent expanded card, speed dial grid.
2014-06-10Merge "Dialer changes for correct selection bounds adjustment." into ↵Andrew Lee
lmp-preview-dev
2014-06-10Merge "Set 0 padding on the left of the contact browser list." into ↵Andrew Lee
lmp-preview-dev
2014-06-10Merge "UI improvements on tabs, recent expanded card, speed dial grid." into ↵Andrew Lee
lmp-preview-dev
2014-06-09Dialer changes for correct selection bounds adjustment.Andrew Lee
Do not adjust the bounds for the search fragment. Do adjust the bounds for the contacts fragment. Also, now we hide the scrollbar on the search fragments. Bug: 15517457 Change-Id: I0e5dedfcfdd1da359358671b57dd1132e66d6861
2014-06-09Set 0 padding on the left of the contact browser list.Andrew Lee
This way, the overscroll bubble won't clip. Instead, apply this by increasing the list item's left padding. Bug: 15517457 Change-Id: Icf129c57c7b4dfac21da73f0bd9258ac1ff6ae28
2014-06-06Material themeAlan Viverette
BUG: 15467097 Change-Id: Ic49f6c1002265d10fcd17f34e2bba1fc7f97d822
2014-06-06DO NOT MERGE Material themeAlan Viverette
BUG: 15467097 Change-Id: Ic49f6c1002265d10fcd17f34e2bba1fc7f97d822
2014-06-06UI improvements on tabs, recent expanded card, speed dial grid.Andrew Lee
- Changed tab weight from bold to medium. - Darkened the lists background by ~2% black to improve contrast for the expanded call log items. - Fixed colors on the expanded call log item, back to white. - Some cleanup to store constant properties as member variables in the CallLogAdapter. - Fixed vertical margins on the speed dial favorite square views. Bug: 15470880 Change-Id: Ia2583f527e1fc91af08e049312eaa724176b761d
2014-06-05am de125461: Merge "Workaround for non-zeroable ContentInsetStart" into ↵Yorke Lee
lmp-preview-dev * commit 'de1254614544a0793edff06af813c40477eef357': Workaround for non-zeroable ContentInsetStart
2014-06-05am 7c104069: Merge "Change default background for Dialer (from #ffffff to ↵Andrew Lee
#fbfbfb)." into lmp-preview-dev * commit '7c104069ad7b0caab1ada55425e5744e3849aa7a': Change default background for Dialer (from #ffffff to #fbfbfb).
2014-06-05resolved conflicts for merge of d29b7ef2 to masterAndrew Lee
Conflicts: res/layout/search_edittext.xml Change-Id: I80be0bb33adb57853a1e9b5ee97966df172bd5a3
2014-06-05Merge "Workaround for non-zeroable ContentInsetStart" into lmp-preview-devYorke Lee
2014-06-05Merge "Change default background for Dialer (from #ffffff to #fbfbfb)." into ↵Andrew Lee
lmp-preview-dev
2014-06-05Change default background for Dialer (from #ffffff to #fbfbfb).Andrew Lee
This fixes some inconsistencies across different fragments/views. Bug: 15448707 Change-Id: I461b32b92ec2189110ce1ad5bc206f6668d0224f
2014-06-05Workaround for non-zeroable ContentInsetStartYorke Lee
ActionBars aren't as configurable as Toolbars with regards to their contentinsets - until this is changed, use the smallest possible ContentInsetStart to minimize the margin in the actionbar Bug: 15446432 Change-Id: I4e242137c2ebeb7a39801401eec95cbcbd0c1851
2014-06-05Set contentInsetStart in activity styleYorke Lee
Bug: 15446432 Change-Id: I061f14b06d815cd84a7754aa7d9e2f1c7644e7ae
2014-06-04am 81a41e1a: Merge "Removing shadow from overflow menu on call details and ↵Tyler Gunn
call logs." into lmp-preview-dev * commit '81a41e1af0ef20e4b40503a630c2ee8a5afa1aca': Removing shadow from overflow menu on call details and call logs.
2014-06-03Removing shadow from overflow menu on call details and call logs.Tyler Gunn
The default white LMP overflow menu has a shadow which is inconsistent with the other icons in the dialer app which have no shadow. Bug: 15411375 Change-Id: Ia36597bea5e9d176a168668023b562f5742e0414
2014-05-31Merge "Removed search_bar_expanded from Dialer"Brian Attwell
2014-05-30Removed search_bar_expanded from DialerBrian Attwell
The search_bar_expanded now belongs inside ContactsCommon. Change-Id: If359d08a2742d718a35d526f44fb64ae6d0707cf
2014-05-30Update activity stylesYorke Lee
Center align call details activity title Make call details inherit from main dialer theme Bug: 15345577 Change-Id: Ia9cf4067526c640a21107731021ff3667ea14323
2014-05-30Merge "Updating contact list item to match redlines." into lmp-preview-devAndrew Lee
2014-05-29Updating contact list item to match redlines.Andrew Lee
- Adjust text size. - Add top offset (this is being added by a dependent change in contacts common). Bug: 15328499 Change-Id: I0effd89eebdb5a2380f32396272619c86fc8f696
2014-05-29Adjust recent cards redline.Andrew Lee
- Changed secondary call log item color to lighter grey. - Take 1dp off the bottom of the recent card. - Take 2dp off the margin below the recent card. Bug: 15196725 Change-Id: I0dd159a098947128258b7d49f946f2420738a06b
2014-05-28Set dialer's dialpad touch tint color in styles.Andrew Lee
Bug: 15168708 Change-Id: If210f728c4e607c5edba20c743320e6685ca6358
2014-05-28DO NOT MERGE Changed margins of Dialer and Contact list items to match ↵Sai Cheemalapati
redline spec. Changed text color of items to match spec (#4d4d4d). Bug: 15165159 Change-Id: I6f73377ac5c0a325cdaf0c707ec345e607615caa (cherry picked from commit 4011d64d83858321bf46769c73da140e8f05e76d)
2014-05-27Merge "Make actionbar back button white" into lmp-preview-devYorke Lee
2014-05-27Make actionbar back button whiteYorke Lee
Bug: 15197420 Change-Id: I0ad155ee410bbd8d3477db14a6b6e2d496dedf64
2014-05-27Merge "[DO NOT MERGE] Add new text color to the contact list search results" ↵Andrew Lee
into lmp-preview-dev
2014-05-23Increase size of actionBarYorke Lee
* Increase size of actionBar to 64dps and also add 8dps of padding to the search box. * Removed some unused styles Bug: 15165670 Change-Id: Ia232431b2e637c9ccbdd0710f723f2063add524b
2014-05-23[DO NOT MERGE] Add new text color to the contact list search resultsNancy Chen
Currently contact list search results text color is a default color, this change adds the text color that will be applied. The attribute and logical application of the color to the TextView is in a different change. Bug: 15118603 Change-Id: I880ff094e377990ada40301aa57cf96a33be0556 (cherry picked from commit 261e079f2d9149814b824bc5f36fb39d03f4f1e9)
2014-05-12Increase left padding on some of the contact list items.Andrew Lee
This makes things marginally (aha) less claustrophobic. Change-Id: If7ef56450c99c89e6ec1a0d412cec249ee2308cc
2014-05-12Change search list background to grey.Andrew Lee
- Change the layout parent background programatically in the activity, when the dialpad is shown or hidden. - Change the gradient above the dialpad fragment in Dialer too. - Add directory header attrs color. Change-Id: I97be52f07480ee5b4db55555ef4e4de0feb7d55a
2014-05-06Merge "Adding support for expandable call log entries."Tyler Gunn
2014-05-05Adding support for expandable call log entries.Tyler Gunn
Bug: 13962594 Change-Id: I19a4a65dce922619df0a709293ca291c345c8be7
2014-05-05Merge "Set primaryColorDark in Dialer's theme"Adrian Roos
2014-05-05Set primaryColorDark in Dialer's themeAdrian Roos
Change-Id: I882d845959932500726a95d07da4c08b9c5803e4
2014-05-05Move Dialpad-related resources to ContactsCommonYorke Lee
Change-Id: Ide81e00c798f3c2b9a4b4bc46a8ca8ac2971d2ca
2014-04-28Add list item background color.Andrew Lee
Bug: 13956531 Change-Id: I1c39bc89179f9b6f15c20b908a49a7aabe8f05c6
2014-04-24Merge "Hide actionbar title text in activity preview"Yorke Lee
2014-04-23Hide actionbar title text in activity previewYorke Lee
Bug: 14258061 Change-Id: Icb016476162362adf2476f3cba05672aa4f12a18
2014-04-23Add floating dialpad action buttonYorke Lee
* Replace fake action bar at the bottom of the screen with a floating action button which casts a shadow. * Remove the now unused mDialpadOverflowMenu button in DialtactsActivity * Modify dialpad layout to add a bottom row of buttons which provide access to the add contact button and overflow menu * Fix dialpad layout so the heights applied in XML are actually respected - previously they were being ignored and each dialpad key was being assigned the height of MATCH_PARENT Bug: 13932988 Change-Id: I6e48c00c5ceeeffed142c3dd259e630d6daf8111
2014-04-22Delete use of list_item_divider.Andrew Lee
Bug: 13956531 Change-Id: I49137bd2498e8ae77204b45b5a8155d164f30b70
2014-04-16Stylizing action bar tabs to QP green-ish theme.Andrew Lee
- Changed colors, sizes to reflect specified restyling. - Changed drawing of colored rectangles into drawable colors. - Cleared/removed unused underlines/styles/drawables. - Added tab_text_color resource for selected/not text styling. - Changed action_bar_tab to be more specific in its provision of drawables so that drawable styling is less order dependent. Bug: 14012803 Change-Id: I86a712fd05a5e7cbec12d4979a59dd67788439ea
2014-04-15Change Dialer actionbar color to green-ish, and remove underline.Andrew Lee
Bug: 14012803 Change-Id: I06a280b175ddcb564393d0758fb2ec539e8516a9
2014-04-14Add actionbar to DialerYorke Lee
Initial changes to replace the fake actionbar affordances in Dialer with an actual actionBar. This puts the dialer in an intermediate hybrid state where we are now using the system actionbar for search, but the searchview is not yet themed to look like our old search bar, so this is definitely still WIP UI. This CL retains the fake action bar at the bottom of the screen to continue allowing quick access to call history while other changes are underway, but replaces the searchview and the overflow menu with framework provided actionbar functionality. Other related changes: * The searchview (in the top actionbar) is hidden when scrolling to devote the entire screen area to the speeddial list https://folio.googleplex.com/phone/L/0407/#/03.png * Functionality provided by the fake overflow menu has been moved to the real actionbar overflow menu * Various modifications to child fragments/listviews to take into account the existence of an actionbar * Cleaned up unneeded styles and related-dead code Bug: 13933082 Change-Id: Ifd855bd67af7bf2d2a403ef9556ade54e8d57ee6
2014-04-14Merge "Switch Dialer to Quantum.Light theme"Yorke Lee
2014-04-14Switch Dialer to Quantum.Light themeYorke Lee
Also use new overflow menu png with circular dots instead. Bug: 13935067 Change-Id: Ib34f89647153d7a808fe95bd5b0b7e20ca896b5d
2014-03-27Fix broken copy-paste dialogYorke Lee
Bug: 13673765 Change-Id: I367896803582b95e7e9c459747ee4d6685f03e73
2014-03-20Fix overdraw in DialerYorke Lee
* Set window background to null per framework advice to reduce overdraw * Remove unnecessary background layers * Fix the slightly deeper gray background above the searchbox Bug: 10446771 Change-Id: Ie11db155593c7ea2118141aec876da37be35a7d5
2014-03-13Changed dialer launch activity style to use a 0dp height actionbar.Tyler Gunn
This prevents the user from seeing a blue "Phone" actionbar during loading. Bug: 13438027 Change-Id: I3d46778a63df15fb9d44bd281e2ef8b20602f677
2014-03-07Merge "Added actionbar style elements from main Dialtacts theme to ↵Tyler Gunn
"CallDetailActivityTheme" to fix issue where Call Details action bar has wrong color."
2014-03-07Added actionbar style elements from main Dialtacts theme to ↵Tyler Gunn
"CallDetailActivityTheme" to fix issue where Call Details action bar has wrong color. Bug: 13364992 Change-Id: I0f780809408e3d7ac2c7be35ee031361b507790b
2014-03-03New appearance and look and feel for dialpad.Ihab Awad
http://b/13189041 Change-Id: I91028c8fdee31c1f76610573a4396eb979c30170
2014-02-24UX Changes: Dialer actionbar, tabs and searchbox.Tyler Gunn
See CL 423036 for the searchbox text changes. Bug: 13167901 Change-Id: I6806cb27c19f7f0ca55394d70134f0c30c93446b
2013-11-13Make fonts and colors consistent across views.Chiao Cheng
Updated gradient on 3 tiles to make white text pop more. Bug: 11674807 Change-Id: I6554169388aaf792fd096a32a976c66d9022b37f
2013-10-14Tweak Dialer redlinesYorke Lee
Standardize list header sizes with People app to Roboto, Bold, All-caps, 14dp Slightly resize voice search icon Bug: 10861682 Change-Id: I7e856f4bcdff732a8ee9afe71dfe6f2879c8f880
2013-10-03Adds tooltip for DialerChristine Chen
Bug: 10916819 Change-Id: Ic18f982a6d478b165f576361cfec6edb8c6eb1c3
2013-09-11UI polish for list headers in DialerYorke Lee
Bug: 10671447 Change-Id: If23a083e85fbe533bc29b9e9512c0839599a8511
2013-09-10Fix actionbar overlay in all contacts activityYorke Lee
Bug: 10514458 Change-Id: I6a1c77c23796a6f64be5f9eb73c4d1c0ab4561c9
2013-09-10Fix copy and paste menuYorke Lee
Bug: 10514458 Change-Id: Ic150bd3b3905eaa99cb380add10123891d50447d
2013-09-09Remove duplicate styleYorke Lee
Bug: 10680417 Change-Id: Iced8cadf8b0e3745166e81a26d944e006e274a6b
2013-08-09Extract ShowAllContactsFragment and add it to its own activityYorke Lee
Bug: 10244050 Change-Id: I9c815aecc3fe9f0db239129749fb5be3c73f51be
2013-07-31Merge "Redlines for CallDetailActivity (call history items and voicemails)"Yorke Lee
2013-07-31Adds all contacts fragment.Christine Chen
Change-Id: Iea03cbb82c9ca9fdff51686a722bea5d301add44
2013-07-30Redlines for CallDetailActivity (call history items and voicemails)Yorke Lee
* Swapped out new assets * Changed background colors as necessary * Add padding view at bottom of seek container * Changed color of drawables * Removed unused assets Change-Id: I654ba417e03b2a32039504ae2de51fd75c5bec20
2013-07-29Redlines for phone number list fragmentsYorke Lee
* Add and remove padding for regular search and smart dialing search fragments. * Move background colors to individual fragment views instead of the app, so that they can define their own background colors without causing overdraw. * Remove unused imports in SearchFragment Change-Id: Id1523c5760ea3cf5e675df8f89e5bd299a95eb18
2013-07-23Redlines for call history screen, as well as most recent call logYorke Lee
* Add and change background and layout for CallLogListItem * Create wrapper view for most recent call log item * Change actionbar background in Call History activity * Hide phone number in call log items * Add tab indicator drawables Change-Id: Ic86c3fac857971aba58ba3ac1d79ddebaf663da6
2013-07-22Style and layout changes to match redlinesYorke Lee
* Swapped out some icons with newly added assets. * Changed search view into edit text with accompanying close button so that it can be more easily styled. * Changed various background colors. * Tweaked padding values to match redlines * Removed margins from PhoneFavoriteRegularRowView and PhoneFavoriteTileView and instead use a standardized set of margins for all rows in PhoneFavoritesTileAdapter * Added bottom_border_background drawable to create a bordered background. * Remove PhoneFavoritesTileAdapter.ViewTypes.STARRED/STARRED_PHONE since they are no longer relevant Change-Id: I65dfd5adf6cfbcb2c9d283aef2bd10e5d2a82dc7
2013-07-16Initial commit of all new dialer activities, layouts and stylesYorke Lee
As far as possible, this change does not modify any behavior/look of the existing dialer. All modifications to classes/layouts/style attributes that would affect functionality of the old dialer are instead done in separate new files. Added new versions of all activities, fragments, layouts, menus and resources that have been rewritten or modified. The activities do not have intent filters yet in order to not interfere with the existing dialer. Added some new values in colors/styles/dimens for the newly added layouts. Added NewCallLogActivity to separate the CallLogFragment from DialtactsActivity. All call log and voicemail entries are now presented in a separate (New)CallLogActivity. IntentProvider.getCallDetailIntent now takes a cursor instead of an adapter for more flexibility. Add OnListFragmentScrolledListener interface for DialtactsActivity to receive callback when one of its children fragment is scrolled. Added slide in and slide out animations for DialpadFragment. Add slide up and hide animations for search view All menu options now show up in a PopupMenu in NewPhoneFavoriteFragment. Added call log adapter into NewPhoneFavoriteMergedAdapter. Rewrote layout of DialpadFragment to show up as a fragment partially overlaying the screen. Removed some unused code in DialpadFragment (smart dialing, menu handling) Add fragments and adapters for SmartDial. - Update Dialer database to support highlight masking and record contact data Uri, as well as photo uri - Add a fragment and adapter for smart dialing - Add SmartDialCursorLoader to load SmartDial results. - Typing in the dialpad now returns smart dialing results instead of regular search results QuickContactTiles for all sub-adapters of PhoneFavoriteMergedAdapter now use light theme instead of the the default dark theme. Removed all redundant call log filter and contacts to display filter code Moved Dialer specific UI list-related classes to the Dialer package Change-Id: I34885813e4fa79b69e29ac870a87a56d6f08a5e7
2012-12-05Major resource move and clean-up.Chiao Cheng
Moving resources from Contacts to ContactsCommon and Dialer as necessary to remove dialer dependencies on contacts app. Bug: 6993891 Change-Id: Ieb3a31c1f4f8294b17c1829bb56313ab1f3cafe7
2012-11-07Add smart dialling capabilities to dialerYorke Lee
Layout changes to dialpad fragment to make space for smart dial suggestions. This feature does not appear in landscape mode. SmartDialTextView automatically resizes text to fit within the bounds of the view. SmartDialAdapter highlights certain portions of the matching name based on match positions provided by SmartDialNameMatcher. SmartDialLoaderTask is an AsyncTask that caches all contacts with a phone number into memory, or matches all contact names against a provided query to return a list of matches (maximum of 3). SmartDialNameMatcher contains utility functions to remove accents from accented characters and normalize a phone number. It also contains the matching logic that determines if a contact's display name matches a numeric query. Added some tests for SmartDialNameMatcher Bug: 6977981 Change-Id: I43e1a70d8d0d46e02fc67fe1caaec9a1769124f5
2012-10-15Move resource and images from contacts to dialer package.Chiao Cheng
Bug: 6993891 Change-Id: I5b2562b5934c7cfce6bba4bf8311158682ba8e81
2012-09-05Moving resources from Contacts to Dialer.Chiao Cheng
- Also moving some shared utilities. Bug: 6993891 Change-Id: I5fa18d26e4f5423f4d3f3450b8f3e3dacbfb947a