summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/colors.xml
AgeCommit message (Collapse)Author
2014-07-02Remove handoff UISailesh Nepal
This CL removes handoff related UI and implements phoneAccountClicked Change-Id: Iab1595faaadcdfe428d97891d314babea21e9633
2014-06-04Update InCallUi styles to redline.Andrew Lee
- Add pulse animation for the call status. - Rename AnimationUtils to InCallAnimationUtils to avoid name conflict. - Adjust sizes/positions of fields in the call card. Condensed a RelativeLayout and LinearLayout in the primary call info into a LinearLayout, which is all that's needed. - Styled color of status bar. Bug: 15389408 Change-Id: I46f26e2a1bfaebde82f68f054ed68fcbe3eff3bb
2014-05-29Specify dialpad touch tint color in style.Andrew Lee
Also, delete code/colors which are rendered unneeded by this new style. Bug: 15168708 Change-Id: I6f958d696a8cba9d7cc5b809ef7b5408c7c6aac7
2014-05-20Update call waiting UI.Andrew Lee
- Reposition secondary call info location. - Simplify secondary call info; remove secondary photo. - Tweak secondary photo colors and padding. Bug: 14492083 Change-Id: I8ab37f9086b089480dec41ca0940d44d36a7b01e
2014-05-15Merge remote-tracking branch 'goog/master-nova' into mergeEvan Charlton
Conflicts: res/layout/call_card.xml res/values-da/strings.xml res/values-hi/strings.xml src/com/android/incallui/CallButtonPresenter.java src/com/android/incallui/CallCardFragment.java src/com/android/incallui/CallCardPresenter.java src/com/android/incallui/DialpadFragment.java Change-Id: I6b3a2b063a2efd76330d4833cd95be3132f01462
2014-05-14Merge "Make the dialpad fully opaque."Andrew Lee
2014-05-14Make the dialpad fully opaque.Andrew Lee
Change-Id: I332ad12f96c0615e164db1f25b55527b7b77a15c
2014-05-14resolved conflicts for merge of 13381079 to masterEvan Charlton
Change-Id: Iba11dc459f0d0e288b1749d2ea912dbd928e140d
2014-05-12Merge "Change tints, backgrounds on incoming call icons."Andrew Lee
2014-05-09Change tints, backgrounds on incoming call icons.Andrew Lee
- Also tweaked icon tints for the InCall buttons, to make them less prominent in the disabled state. - Strengthened the logic around setting the audio button's enabled state in the call button fragment. Before, updateAudioButtons() was setting the audio button to be enabled after setEnabled(false) was called on the fragment, causing it to be set to disabled notably later than the other buttons. Bug: 14658215 Change-Id: I68145fcc7420713e492e96b6c6a636fad9047ed1
2014-05-09resolved conflicts for merge of 41ffd656 to master-novaAndrew Lee
Change-Id: Ie8f34527c54b99e4e6530ff9ccf2bfb24f222487
2014-05-10Merge "Add touch feedback tint to end call button."Andrew Lee
2014-05-10am 84ac44b7: Update icons and dimensions for the InCallUI.Andrew Lee
* commit '84ac44b71d8336709658ac65ce9acfa85df7dbf0': Update icons and dimensions for the InCallUI.
2014-05-09Add touch feedback tint to end call button.Andrew Lee
Bug: 14108639 Change-Id: I618e802da139c147a22d0a4e60b50ac25c5a50c7
2014-05-09Update icons and dimensions for the InCallUI.Andrew Lee
- Swapped in new icons, and deleted old icons. - Made the diameter of the glowpad smaller, and deleted unused constants. Bug: 14658215 Change-Id: I9cf69043270214ac71810d8be393c16dfcd2787b
2014-05-09am 0ff634f2: Change button press to use yellow accent color.Andrew Lee
* commit '0ff634f21390b1cf1376a3a0ae1da6a21fe59146': Change button press to use yellow accent color.
2014-05-09Merge "Re-add network indicator/handoff button" into master-novaEvan Charlton
2014-05-09Re-add network indicator/handoff buttonEvan Charlton
Add a handoff button (and network indicator) back into InCallUI. This has not be vetted by UX or anything, but it will hopefully not cause merge conflicts. Change-Id: I6d0a8e7cd865df70b13fc69ec96cdc98e0e3f203
2014-05-09Change button press to use yellow accent color.Andrew Lee
Change-Id: Ib054627c6267630988ba53f9f7eb6bbf3312eb2a
2014-05-08Move glowpad to call card fragment.Andrew Lee
- Move the answer fragment into the call card so that it lays out correctly over the contact photo. - Update glowpad color so it is partially transparent. - Instead of disabling end call button, hide it if it is not enabled. Bug: 14658215 Change-Id: Ibaaf0b1b0d3afc4c9e3e8e9f5c322fccd0ffc321
2014-05-07Style tweaks for InCall dialpad.Andrew Lee
- Adjusting some heights. - Change background opacity to 90%. - Remove unused color. Bug: 14471388 Change-Id: I5f6cf9138e6de82dcd314aac98535a0d216b78a4
2014-05-07Merge "Change selected/unselected states of buttons."Andrew Lee
2014-05-07Merge "Use DialpadView in InCallUI"Yorke Lee
2014-05-07Change selected/unselected states of buttons.Andrew Lee
- Add touch feedback (w00t). - Adjust button heights/positions to spec. - Add drawables for the different button states (no longer tabs). - Remove vertical spacers (interfered with touch feedback). Change-Id: I383ca898c8d2fcfc8c34021efc62cb03adbde1c1
2014-05-06Tweak InCallUI colors.Andrew Lee
Change-Id: I767dcbf1ce97ca549fb62c8f0ebaf0d631b9bda2
2014-05-05Use DialpadView in InCallUIYorke Lee
Change-Id: I8cc19dbcd1bb5880bf90778cf4c45033c3b50f81
2014-05-02Styling polish to InCallUI.Andrew Lee
- Fix clipping of shadow on the end call button. - Add translation-z to the primary call info. - Make the dialpad in the InCallUI transparent. This required in part renaming some constants which were being overriden by Dialer. Bug: 14108639 Change-Id: I29657fbc9e0b9b4957135e77b2db62159541b43a
2014-04-24Make EndCallButton circular.Andrew Lee
- Added FrameLayout around end call button. - Reconfigured size and clipping of the end call button. - Retyped some colors from drawables to colors. - Removed unused styles and dimensions. Bug: 13956531 Change-Id: I9a5bc5b0307521f4ef3d7a9ae61b586e4e32a76a
2014-04-24Restyle text in primary call info.Andrew Lee
- Update positioning, color, and sizing of primary call info text. - In particular, moving the call state to above the "name". - Delete the supplementary info container; it's no longer needed. - Remove programmatic updating of gravity on call state; it is now always left aligned. Bug: 13956531 Change-Id: Ib165a2afd13444f70e3bfe0ae23ae6c6bb77bb84
2014-04-23Change InCallUI colors to teal.Andrew Lee
Also, reformatted call_button_fragment to make it cleaner. Bug: 14108639 Change-Id: Iab86f9854a32c0dc11956b1cbd082652fac1ef4b
2014-03-07resolved conflicts for merge of a389ad35 to master-novaEvan Charlton
Change-Id: I165b2592b7c6edc29e1ba49ddf293d9c3dfaa726
2014-03-07Update dialpad to new look and feel.Ihab Awad
http://b/13189041 Change-Id: I26b306300e11fd6830d40b51a705c472c89925f4
2013-12-15DO NOT MERGE Tweak InCall UI for Wifi callsSailesh Nepal
This CL makes the following changes: - changes the background color to better match mocks - replace the bluetooth icon with a wifi icon (stolen from ag/392042) Change-Id: I512b719eeea710dfe8bd1e840caca3a70781206c
2013-11-22Ui mock for wifi connected state.Chiao Cheng
Change-Id: I7a44bce4427ea955ee3e44a4ee63bfcc84057ca5
2013-10-03Removes textured background for InCallUiChristine Chen
Bug: 11070029 Change-Id: I28e0f92c26302b9cff497cd1f63dc0ad7fade3ce
2013-10-01Adding the (lost) buttons back upon disconnected calls, see b/11028671.Ben Gilad
Change-Id: If4f48879bb9601484e69cb66fa0eb980ece53909
2013-09-12Addes xxhdpi assets for InCallUiChristine Chen
- Changes how End Call button looks. Bug: 10491107 Change-Id: I02271ba346a8879b4642f4a642513211d2a328fc
2013-07-17Adding in call screen template.Chiao Cheng
Along with glow pad for incoming call interaction.. Change-Id: I8d518b5247bee4a10c8fd06763a7e3fe6cff5652