summaryrefslogtreecommitdiffstats
path: root/res/layout/manage_conference_call_button.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixing manage conference accessibility issues.Tyler Gunn2014-12-041-5/+8
| | | | | | | | | | | | | | | | | | 1. The "Manage Conference" button would be announced twice when it received focus. Moved content description to the parent FrameLayout that acts as the button and made it focusable to ensure that the description is read only a single time. 2. When tapping "Manage Conference" button there was no audible feedback that the manage conference screen was opened. Set focus to the list of conference participants so that this list is announced when the manage conference screen opens. 3. It was possible to change focus from the list of participants in the manage conference screen to the call card buttons and other elements behind the manage conference screen. Fixed by explicitly setting the call card fragment visibility to GONE when the conference manager is shown. Bug: 18440532 Change-Id: I0ce4f74ccb98c5cefd6c6e75eb8ef9310bd6d7fb
* Adjust conference call/hold appearances.Andrew Lee2014-09-091-5/+9
| | | | | | | | | | | + Increase height to 56dp. - Remove elevation shadow. + Change text/cion colors to #333333. + Add white line at the top of the containers. + Move "on hold" text 8dp to the right. Bug: 17422046 Change-Id: I66ced4a1d40f9ba04dffdee7fb7945a26c7fede1
* Add conference call icon to secondary call info.Andrew Lee2014-08-281-2/+2
| | | | | Bug: 17304107 Change-Id: Icdc1de17f00d9b373c619675566de9d455c10066
* Restyle conference call manager screen.Andrew Lee2014-08-271-21/+28
| | | | | | | | | | | | | | | | | | | | | | + Swap out/in new assets for end/split icons in the manager screen, and the splash screen in the InCall screen. - Removed unused conference call manager code, including things like chronometer and the "done" button. + Replaced custom action bar in conferece call manager with standard action bar. + Added contact image (does not open quick contact) in the list of calls in the conference call manager. This is done with a lookup using the contact photo manager, and required adding the lookup key to the ContactCacheEntry. + Handled a missing Call.State case in CallCardFragment for calls with state CONFERENCED which caused crashes. + Misc style changes on conference call manager: colors, sizes, paddings. + Adjusted elevations so dialpad covers manager/secondary buttons. + Added ripple to manager/secondary buttons. Bug: 15862303 Change-Id: Iab9b6421d5a1ea69cd951a459d46c065f9456a8f
* Move "manage conference calls" button above photo.Andrew Lee2014-08-221-0/+47
- Remove it from the CallButtonFragment. This meant that related logic was removed from CallButtonFragment/Presenter, and similar logic was added to the CallCardFragment/Presenter. - Delete old groups icons. (new ones added in ContactsCommon) - Delete the extra_button_row logic. + Replace extra_button_row with a dedicated "manage conference calls" button, and added to call card content layouts. + Style the new button to be similar to the secondary call info. Bug: 15862303 Change-Id: I2b4e1a3a30422c7d5e9c01479f13291a785d85f3