summaryrefslogtreecommitdiffstats
path: root/res/layout/master_clear.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-241-3/+3
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Don't append list of accounts every time we return to this screen.Amith Yamasani2011-09-221-1/+4
| | | | | | | | Bug: 5355920 Remove the contents of the layout before adding the accounts. Change-Id: Ic9256140f892968b2388f47d982eaada720df892
* Don't show separate option for erasing USB storageKenny Root2011-01-181-1/+7
| | | | | | | | | On devices with emulated USB storage or SD card, factory reset will wipe all data from that area. Given that, it doesn't make sense to show a different option for wiping USB storage. Bug: 3242568 Change-Id: I257bdde06141f14381c8c09ce6a42c18d7080efd
* Show the accounts on the factory reset screen.Joe Onorato2010-11-081-0/+16
| | | | | Bug: 2823530 Change-Id: Idbf46aa59f3c529a3a3ef2d7d4e607822b34f51d
* Fragmentize "Factory reset" setting screen.Amith Yamasani2010-11-031-0/+82
Split the screen into 2 fragments. Bug: 3148480