summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge-land
Commit message (Collapse)AuthorAgeFilesLines
* Fix 4462497: Fixes crash in settings due to using wrong layout on 7" devices.Jim Miller2011-05-196-486/+0
| | | | Change-Id: I674112df2bdcec0bd94c85b1a777c336c037edc5
* Merge "There can only be one............................."Jason parks2011-02-101-1/+3
|\
| * There can only be one.............................Jason parks2011-02-101-1/+3
| | | | | | | | | | | | | | KEYBOARD! Bug: 3413847 Change-Id: I3d427f449c6cdbad0770f087d1139dc94be50e80
* | Remove portrait support in SetupWizardDaisuke Miyakawa2011-02-102-345/+0
|/ | | | | | | | | | | | We support sensorLandscape for a moment. See also I45e30c652feab1d30c4f0379379f8ca4e455fa02 - Use sensorLandscape instead of default - Modify paddings in default xmls to layout landscape stuffs correctly Change-Id: Ife03de69e4d1d2d898cd0e8de3cefd733aea8f19
* Clean up XL Wifi setup and fix misc problems.Daisuke Miyakawa2011-02-091-1/+1
| | | | | | | | | | | | | - Introduce screen state, which suppress inconsistent UI shown in 3378805. - Introduce initSecurityFields(), which will reduce hook inside WifiConfigController#showSecurityfields() - fix layout for eap-not-supported case with "add network" flow. Bug: 3378805 Bug: 3403168 Change-Id: I52895570809095d9baceac5f84665572188ecefd
* Enable orientation in SetupWizardDaisuke Miyakawa2011-02-042-0/+345
| | | | Change-Id: I45e30c652feab1d30c4f0379379f8ca4e455fa02
* More CryptKeeper UI work.Andy Stadler2011-01-311-26/+36
| | | | | | | | | | | | | | | | | * Implemented failure case. * More pixel perfect * Remove the animation * Display the encroid on the blank screen * Remove the back button. * Fix portrait mode screens Bug: 3384231 Bug: 3394103 Bug: 3388721 Bug: 3381450 Bug: 3406278 Bug: 3351832 Change-Id: Ib763c8b577198deb45255acc767bc6d5409efc0c
* Fix 3383575: use styled attribs and update layoutJim Miller2011-01-254-40/+12
| | | | | | | | This updates the layout to make more room for the button text in SecuritySettings. The code now uses styled attributes to make it easier to tweak in the future. Change-Id: I5fbdf2f6ae4c4c1f9614ab97891f9f2fe6cda628
* More UI tweaks.Jason parks2011-01-251-43/+45
| | | | | | | | | * Grab a full wakelock while encrypting. * Fix a bug with failed attempts. * Add a custom theme to animate the screen to black. * Fix the keyboard to be displayed properly in landscape and portrait. Change-Id: Icc2d813ce1780588eb3b16f5204c3c60cae5236f
* More work on the CryptKeeper.Jason parks2011-01-181-0/+0
| | | | | | | | * There is now a 30 seconds delay after 10 failed password attempts. * The device is factory reset after 30 failed password attempts. * Implemented the progress UI for inplace encryption. Change-Id: Ie830b03f9c84a117ee3048086275d6049907fa3c
* Add a setting to enable encryption.Jason parks2011-01-131-2/+45
| | | | | This isn't final and it will wipe your device. Change-Id: I7fecded92a745844435878d0409d620bfa571472
* Move the CryptKeeper to Settings.Jason parks2011-01-121-0/+27
| | | | Change-Id: I59e46366e1911ae7fd37f07719f1e7ba0825733c
* Fix 3298889: Show continue button on PIN and password screensJim Miller2011-01-102-2/+2
| | | | | | | | | | | This fixes the above bug by allowing the PIN and password screens to shrink to reveal the continue/cancel buttons when the IME is shown. This also fixes a minor resource bug where the title was showing "confirm your password/pin" instead of "choose your password/pin". Change-Id: I610c6018085e0c4ef1b6dc384566d06d1211f8ea
* Fix 3148496: Update LockPatternTutorial to be one screen.Jim Miller2010-12-221-0/+78
| | | | | | | | This combines the two activities ChooseLockPatternExample and ChooseLockPatternTutorial into one activity and makes use of the built-in LockPatternView animation to show an example view. Change-Id: If3a4b236a15a6d99b1c0b5c11e5e923267fa30d3
* Fix 3148496: Update LockScreen layouts on large deviceJim Miller2010-12-154-122/+122
| | | | | | | | This updates the layouts to conform to the latest UX spec on large devices and fixes a bug where the IME shown for PIN selection was the QWERTY keyboard. Change-Id: Ib9f0b1631f11c8eff6898bfff9447d3dad75cc42
* Fix 3148496: Initial pass at fragmentizing lockscreen settings.Jim Miller2010-12-084-0/+352
This converts most of the existing activities to fragments and wraps them in PreferenceActivities so they can be launched as before (e.g. by a DevicePolicyManager) Upload after sync/rebase. Change-Id: I4f351b75d9fca0498bcb04b4e11ff3b70765a4ba