summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/UserSpinnerAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings: Remove all unused imports.John Spurlock2015-03-181-1/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Make spinner icons circularAlexandra Gherghina2014-12-151-6/+13
| | | | | Bug: 18311493 Change-Id: I73bd3951e2613254c1db3e8c0f2f1d174e1e4b6c
* Update Settings to use themed Context.getDrawable()Alan Viverette2014-10-101-1/+1
| | | | | | | | | | Explicit null theme is passed when using Resources.getDrawable() and no theme is available, e.g. when using getResourcesForApplication(). This fixes an issue with ic_text_dot theming and helps avoid similar issues in the future. BUG: 17648301 Change-Id: I3e97c3490b6f2a55744f567b21284f2935ae9af7
* Use plain user icon in UserSpinnerAdapterAlexandra Gherghina2014-09-251-8/+6
| | | | | | | | | Before, we were using CircleFramedDrawable, used by user settings. That performs some alterations on the image (adds an outline and shadow) that made it inconsistent with the corp icon. Bug: 17561925 Change-Id: I2490360d332a1b93864858122868b571f2949617
* Switch to using system-wide default user iconsAlexandra Gherghina2014-09-121-1/+6
| | | | | | | | User icons were either User Settings specific, or missing. This makes it consistent with the ones in the new helper class. Bug: 17311038 Change-Id: I20cc1deba989cf7a397c5a8dba41bd91bd62472b
* Update icon and text for a managed profileAlexandra Gherghina2014-07-311-5/+9
| | | | | Bug: 16369104 Change-Id: I15d25910332d92e1638cdc63422e7e28c2f07d85
* Toggle between primary and managed profile in Print SettingsAlexandra Gherghina2014-07-291-0/+141
This adds a spinner to the print settings screen which can be used to toggle between the Settings app in the primary and managed profile so that the user can edit settings belonging to both profiles. Bug: 16369104 Change-Id: I2556a331d09379c2a501bc6b192ab1631b5215f5