summaryrefslogtreecommitdiffstats
path: root/res/layout/work_tab_footer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix accessiblity issue around work tabTony Mak2018-03-141-0/+1
| | | | | | | | | | | 1. Instead of always announcing "Apps list", we now announce "personal apps list" and "work apps list" if tab is there. 2. Fix an issue that "personal" and "work" are announced twice. 3. Work footer is now announced as a group FIX: 71703082 Change-Id: I0240bc04df09a5599540cfe67f0f48156f285548
* Ditch work profile orange and use the accent color insteadTony Mak2018-02-011-2/+1
| | | | | | FIXES: 72804074 Change-Id: If9dfd6eceb6b3d3365c32859d5cc13d6d49be1a0
* Update label accordingly when work mode is changedTony Mak2018-01-161-1/+0
| | | | | | | | Also, updates the work related strings accordingly. Fix: 71987096 Change-Id: Iedbf6ee04f3a165a392efdf2bd351817997817ca
* Consume work mode APITony Mak2018-01-041-1/+1
| | | | | | Fix: 69905244 Change-Id: I5958b3a2ebba2fa0e0f69448d5526dc72ed6a97b
* Make work footer stick to the bottom if there are only a few apps #2Tony Mak2017-12-151-4/+15
| | | | | | | | | | | | | | | | | 1. Move the work footer divider into the container, so it is translated with the rest of the footer. 2. Fixed the scrollbar issue in work tab by putting the footer height in AllAppsRecyclerView 3. We planned to drop the company name, and decided to use "Managed by your organisation". 4. Rename WorkModeToggleContainer to WorkFooterContainer as we are using work footer in else where. BUG: 70571983 Change-Id: I218fe7d9970780a1a457ee450f1a32e7a46d9766
* Make work footer stick to the bottom if there are only a few appsSunny Goyal2017-12-141-50/+47
| | | | | Bug: 70571983 Change-Id: I60ef59de0cfcbc8df24b270d0b6d2f6439ccad44
* Add work profile footer in work tabTony Mak2017-11-291-0/+72
Screenshot(work mode is on): https://hsv.googleplex.com/6279751685636096 Screenshot (work mode is off): https://hsv.googleplex.com/6279751685636096 TODO: It is just the UX bit, once the platform change is in, we should then consume the new API to 1. Turn on / off work mode 2. Get the organization name and set the textview accordingly. BUG=69905244 Change-Id: Id94ae57625d6b629dac89c1c28f8d65f395fff6c