summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Refactor UidDetailProvider and its dependencies to SettingsLib.Wei Liu2015-08-251-136/+0
| | | | | | so that it can be reused by Wear app data usage. Change-Id: Id05f888274e15fbeffa175ee8073de02a8966867
* Remove frame and shadow from CircleFramedDrawableZoltan Szatmary-Ban2014-12-181-56/+3
| | | | | | | Also change the size the circled icon is drawn into to a 40dp by 40dp rect. Bug: 18198624 Change-Id: I66d919a2f35ede614a90a423d2967a4c3bc18169
* Switch to using system-wide default user iconsAlexandra Gherghina2014-09-121-1/+1
| | | | | | | | 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
* Toggle between primary and managed profile in Print SettingsAlexandra Gherghina2014-07-291-0/+189
| | | | | | | | | 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
* Larger touch targets, snap to persisted value.Jeff Sharkey2011-09-082-0/+199
Extend ListView content to screen edges, and use InsetBoundsDrawable to draw separator and divider with expected padding. Sweep touch targets are now much larger. Snap sweep to persisted value, and fix NFE when parsing label value. Bug: 5274249 Bug: 5262865 Bug: 5242857 Change-Id: Ifa0f3e622767d5b4dc85a73d6340207e6038a429