summaryrefslogtreecommitdiffstats
path: root/res/layout/device_admin_settings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #16800261 Settings app: Device administrator screen padding issueFabrice Di Meglio2014-08-061-2/+0
| | | | | | | | - remove listPreferredItemPaddingStart / listPreferredItemPaddingEnd from the ListView and add it to the list item - add missing 8dp end padding for the icon Change-Id: I78696e5ee8e243771d23c86fa178de2f60b5c88d
* Fix Security Settings paddingFabrice Di Meglio2014-06-171-0/+8
| | | | | | | | | | - for OwnerInfo / Trust Agent / Trusted Credentials / Device Admin - fix also scrollbars position - also layout code formatting See bug: #15384992 Setting Dashboard - padding updates Change-Id: Ib840c6dea62d7cead671b2ca8744502a7ecb435a
* Tabletize Device administrator screen and fix the layout for DeviceAdminAdd.Amith Yamasani2011-01-241-19/+2
| | | | | | | | | | Bug: 3376986 Convert the DeviceAdminSettings screen to a fragment, remove fat titlebar. Convert the DeviceAdminAdd screen to layout nicely in the new holo DialogWhenLarge style. Change-Id: I20a9d16aed135a2178969dfff807075b0b79237c
* Update settings UI to support multiple device admins.Dianne Hackborn2010-01-271-92/+28
|
* Work on the device admin settings UI.Dianne Hackborn2010-01-261-21/+51
| | | | | | Improve the look of the UI, and add the confirmation screen for enabling an administrator. This uses the new framework APIs to show its description and policies it will control.
* Initial UI for managing device policies.Dianne Hackborn2010-01-161-0/+88
More to come... what is here now is very ugly, and completely missing the confirmation screen for setting a device administrator.