summaryrefslogtreecommitdiffstats
path: root/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
* [Fingerprint] Advertise wake & unlock during SUWMaurice Lam2015-07-301-0/+11
| | | | | | | | Adds a string to advertise to the user that wake & unlock is available on all fingerprint devices. Bug: 22644642 Change-Id: I9e44174c6ab088a06f95ae5c377c8ccec13a4257
* Merge "Adjust enrollment UI for sw400 devices" into mnc-devJorim Jaggi2015-07-282-3/+6
|\
| * Adjust enrollment UI for sw400 devicesJorim Jaggi2015-07-272-3/+6
| | | | | | | | | | Bug: 22511825 Change-Id: Id2534a6a4ea99c295aa6ff583ff7755e5dfa339b
* | Added content description for the fingerprint iconSelim Cinek2015-07-241-0/+1
|/ | | | | Bug: 22616421 Change-Id: I58b12ae656b81e02f66aafef3d86eef1ade1e804
* [Fingerprint] Add fingerprint enroll in setup wizardMaurice Lam2015-07-153-3/+3
| | | | | | | | | | | | Make a subclass for each enrolling screen that setup wizard uses, and in override the corresponding get*Intent methods to always use the setup wizard versions of the next screens. On minor change made to the original flow is that it will now return RESULT_OK if it is finished, as opposed to RESULT_CANCELED. Bug: 21695577 Change-Id: Id666826e8027272ede6a5426967d66fb291670a4
* Refine fingerprint enrollment experienceJorim Jaggi2015-06-111-1/+2
| | | | | | | | | | - Flash fingerprint graphic when enrollment progresses - Show hint message when not progressing for a few seconds - Make sure animation is always working Bug: 21617091 Bug: 21644138 Change-Id: Ic54c10a655e6da914f960cee20f0066b46d87325
* Use accessibilityLiveRegion for ConfirmLockPassword/Pattern errorTextXiyuan Xia2015-06-022-0/+2
| | | | | | | | | - Revert previous "Add announceForAccessibility to ConfirmLockPattern"; - Add android:accessibilityLiveRegion="polite" for errorText in ConfirmLockPassword/Pattern; Bug:20282779 Change-Id: I4b9c0d461d0dd0504bd88a8a2144e09a42d5f64e
* [LockScreen] Setup Wizard pattern lock landscape layoutMaurice Lam2015-05-261-0/+113
| | | | | | | | | | Create values-land/setup_choose_lock_pattern to implement the landscape layout of the lock pattern. Also copied values/setup_choose_lock_pattern to sw600dp so that this will be used in tablet landscape. Bug: 20916604 Change-Id: I6a2193c74dd10d79ed9e212cf51a625763d87e1a
* Add pulsing animation for find sensor.Jorim Jaggi2015-04-241-10/+6
| | | | | Bug: 20495507 Change-Id: I5fefb2cdb2625885c906fa2a9b69da1141ce66e0
* Update fingerprint enroll UI to spec.Jorim Jaggi2015-04-244-140/+246
| | | | | | | Also adds sliding animations between the steps. Bug: 20495507 Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
* [Setup] Use SetupWizardLayoutMaurice Lam2015-04-212-124/+0
| | | | | | | | | Use SetupWizardLayout for the screens that show in Settings to get better visual consistency and new features like showing a progress bar in list view. Bug: 19594252 Change-Id: I53ab17a4c2d922a362e3762f1cdccb512f7d8f6e
* Update confirm device credentials to spec, add fingerprintJorim Jaggi2015-04-132-124/+158
| | | | | | | | | | | - New strings in the screen. - New layout/style. - Clean up internal API's around it. - Add fingerprint support if launched from externally - Separate theme if launched from externally - If launched from above Keyguard, use SHOW_WHEN_LOCKED flag Change-Id: Icdf9bf9e0506841f24e8aab5f0f1d1f4b688951f
* Merge "Implement additional fingerprint flows in Settings."Jim Miller2015-03-121-36/+33
|\
| * Implement additional fingerprint flows in Settings.Jim Miller2015-03-111-36/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new onboarding flow ("locate sensor") - changed sensor location image - changed in-app sensor icon - remove fingerprint animation since it caused people to want to tap on it. - remove enrolled fingerprint templates when switching back to "none" or "slide" - use real in-app icon for fingerprint - much improved layout - basic landscape layout working - added 250ms delay to final enrollment step so it's not so jarring - delete is now working - rename wired, but not functional yet Bug 19592835 Change-Id: Ie3e73a2fc8f834f1b90e2746c4cc841216aa6031
* | [WifiSettings] Refactor Wi-Fi required infoMaurice Lam2015-03-111-9/+0
|/ | | | | | | | | | | | | | | | Instead of using an invisible TextView in the layout itself, make the required info a list header. This paves way for using the Setup Wizard library by including all the required contents in the ListView itself. The required info is not shown since Lollipop, but can be tested with adb shell am start -a "com.android.net.wifi.SETUP_WIFI_NETWORK" \ --es theme material_light \ --ez useImmersiveMode true \ --ez wifi_show_wifi_required_info true Bug: 19698532 Change-Id: I5a7da726b2f49af7dd755b41c73e1a1b4349699c
* Add fingerprint settings.Jim Miller2015-02-271-0/+143
| | | | | | | | | | | | | | | | | | | | - Improved layout. - Enrollment is now working. - Added vibration and progress feedback. - Better fingerprint animation logic. - Poke userActivity() when sensor is touched. - Added progress animation. - Only show fingerprint menu item on devices that have fingerprint hw - Set View state to GONE for views that aren't shown & fix resulting layout issue - Fix bug where stage wasn't advancing when returning from ChooseLockGeneric. - Renamed FingerprintSettings to FingerprintEnroll - Fixed bug with storing fingerprint ids that prevented the last one from being removed. - Added better progress indication. When remaining is at max, count that as the first step. - Fix whitespace formatting in CL Fixes bug 1953439 Change-Id: I721bf440c63640203af94ce21340d8281076c249
* [LockScreen] Don't extract UI in ChooseLockPasswordMaurice Lam2015-01-211-61/+68
| | | | | | | | | | | Added flagnoextractui to the EditText in ChooseLockPasswordActivity so that the instruction text is still visible on phone landscape. Also wrapped it in a ScrollView because for smaller screen devices the buttons may be squeezed to fit onto the screen if the ScrollView is not there. Bug: 18644582 Change-Id: Ib81aadb5377aacc8d85fdeee7e1809ad3ff71213
* [FRP] Theming for Pattern and Password screensMaurice Lam2014-12-011-0/+68
| | | | | | | | | | | | Basic theming for pattern and password screens. Create subclasses for ChooseLockPassword and ChooseLockPattern, and copied their XML layouts. This CL mainly uses the buttons in the original screens as-is, with a follow-up CL coming to change to use the nav bar buttons. Bug: 18482708 Change-Id: I81751f781de633aff23fc68657589360007c235a
* Fix layout issues with landscape pattern/password layoutsJorim Jaggi2014-09-094-2/+2
| | | | | Bug: 17416448 Change-Id: I12067846b05659dc7b56fe61f872a4ba85941604
* [WifiSetup] Add shadow below headerMaurice Lam2014-08-291-1/+2
| | | | | | | Added shadow for phone portrait and landscape layouts Bug: 17136887 Change-Id: I65dc01d7387812681bbc99d5cc9440714a72ff60
* [WifiSetup] Update illustrationMaurice Lam2014-08-271-1/+2
| | | | | | | | Update the illustration assets and make the tablet illustration always 256dp height according to mock. Bug: 17133710 Change-Id: I6d84bbb25a9f443e4eb6bf4c1002d8a1438029ef
* [WifiSetup] Update illustrationsMaurice Lam2014-08-141-1/+1
| | | | | | | | Update illustration assets and support for auto-mirroring for RTL languages. Bug: 16888091 Change-Id: I828a13558aff42f2ddb12b9afe123f463c4c1522
* Allow CryptKeeper dialogs to rotate on tabletsPaul Lawrence2014-07-232-118/+0
| | | | | | | | | | | | | | Tablets may be used in docking stations thus need to support landscape mode. Phones will not be, and having them rotate is both ugly and annoying. Also this matches lock screen behavior. The attribute screenOrientation is not themeable, so the only way of doing this is programmatic. Test for truth of bool which is only set for sw600dp devices and clear the nosensor setting from the manifest if set. Bug: 16405551 Change-Id: I5b3f945b89402e5aa39642c2c06e98f9ca1ce298
* [WifiSetup] L layout updateMaurice Lam2014-07-091-0/+63
| | | | | | | | | Changed the layout based on the new design mocks. Copied over StickyHeaderListView and SetupWizardHeader. Currently using the generic illustration but will update to Wifi setup specific version once we get them. Change-Id: I22bdef8c9860d419be55938e1e4a6a682db5b7e8
* Update Dashboard layout againFabrice Di Meglio2014-06-231-0/+74
| | | | | | | | | | - follow UX spec - update also the Search Panels (suggestions / results) to follow the same specs See bug: #15384992 Setting Dashboard - padding updates Change-Id: I3d27a3b3d9779644f8ea123990a0c7bed8d4ba74
* Fix landscape mode for pattern decrypt dialogPaul Lawrence2014-05-151-0/+56
| | | | Change-Id: I7b6a62ab962a463da555b0b4e1c6df312a1f311e
* Temporary color change to make lock pattern screen visibleAmith Yamasani2014-04-222-2/+4
| | | | | | | Fixes the white on white in Settings when creating or confirming a lock pattern. Change-Id: Ie4770edbabb76b984e17b84f8f1e7c991bb2316b
* Fix bug #13727850 Input values are not visible when setting up the lockscreen...Fabrice Di Meglio2014-03-312-14/+8
| | | | | | | | | ...security(PIN/Passwor/Pattern). - remove hardcoded colors... - define a text appearance style for the password / pin Change-Id: I425a2daa016cb782f18de320b5696d076f576600
* Remove outdated custom background for password field.Jorim Jaggi2014-01-082-2/+0
| | | | | | | In the lockscreen settings, the entry text field for the PIN/password still uses an outdated, gingerbready background. This is removed by using the default Holo background. Bug: 12382439 Change-Id: Iaa7ea4980060762841646a4b8ea18d008518c24b
* Better layouts for security screen setups as part of b/7459863Danielle Millett2012-11-302-3/+2
| | | | | | | | | | | | | | | The major change is that choose pattern and confirm pattern layouts no longer uses a split screen layout on tablets. The new layout closely mimics the layout for portrait. Other minor changes include: -Made the header font size for confirm pattern and choose pattern medium (this matches with face unlock changes). -Made the buttons on choose pattern for landscape phone side-by-side rather than above each other (to be consistent with face unlock). -Removed the black background from phone landscape confirm pattern since it's inconsistent with all the other layouts. Change-Id: I4473fe880ac471a3b5bc5399a454b10504589f87
* Removing tutorial for choosing a pattern as part of b/7459863Danielle Millett2012-11-211-92/+0
| | | | | | | Removing the tutorial that is shown the first time a user sets up a pattern as their lock type. Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-245-14/+14
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Fix 6663465: remove flagNoEnterAction in favor of actionNextJim Miller2012-06-152-2/+2
| | | | | | | | | This fixes a bug where the return key was showing in some layouts for choose/confirm password screens in Settings. Now we just use "actionNext" which ensures we see consistent behavior across devices. Change-Id: I4bf3033654b85f14c55de6f418caaf1ce563c33a
* Fixed all Accessibility lint warnings in Settings app.alanv2012-05-211-0/+1
| | | | Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
* Fix 6110711: Fix buttons on ChooseLockPattern for landscape layoutJim Miller2012-05-141-22/+21
| | | | Change-Id: Ia4086dcc09ae609be85703ba0ea3f1d6ae13b01f
* Misc UI fixes for settings (mostly cryptkeeper)Ben Komalo2011-09-011-1/+1
| | | | | | | | | - fix padding issues in a lot of cryptkeeper screens - fix sizing of clock that didn't fit anymore with the new font - change titles from green to the new holo blue Bug: 5247866 Change-Id: Ib934e9661c32cce26e1af40eaff133bae11f78dc
* Misc fixes to CryptKeeperBen Komalo2011-08-291-0/+62
| | | | | | | | | | | - use standard IME, but force it into ASCII if it's the default IME - provide an IME switcher if there are multiple IME's, in case the ASCII-capable one is a different one - make the IME shown by default Bug: 5004456 Bug: 4698473 Change-Id: Id40a164cfe599bfdb67b81f60d4ab8a52208de88
* Fixes to CryptKeeper layout for phonesBen Komalo2011-08-171-0/+85
| | | | | | | | | - prevents crash when trying to show error state - makes progress screen not look horribly broken Bug: 5174783 Bug: 4671153 Change-Id: Ia72830e2fdb72f174b3ed01b6fc14be7152d1932
* Fix 4686480: Update ChooseLockPatternTutorialJim Miller2011-06-301-29/+28
| | | | | | | - Shorten description string to fit on one page - Use new scalable LockPatternView to show example pattern. Change-Id: I1204b6de9da05d9d3f4e503bec2fc4fb3034a4b3
* Fix 4686480: Cleanup LockScreen settingsJim Miller2011-06-282-4/+6
| | | | | | | | | | This fix updates the style for buttons to better conform to the screen by using weightSums. It also makes layouts much more flexible across platforms by making better use of the square aspect feature of LockPatternView. Change-Id: I63677790bf0ac52707c8c356540ecd5dc50ca33b
* Fix 4283049: Restore continue/cancel buttons in LockScreen SettingsJim Miller2011-04-152-25/+18
| | | | | | | | | | This fixes a bug where the continue/cancel buttons were missing from LockScreen settings in landscape mode. The change also includes a minor change to enable using the IME enter key to proceed to the next step. Change-Id: I2dca0b40e38a128cc0aa637f573da01e779edb73
* Fix LockScreen Settings on phones.Jim Miller2011-03-303-7/+182
| | | | Change-Id: Ibbb0bcb4f34ba442d9ec678277718d3141f9d807
* Fix 2332563: Update logic for lockscreen in Settings.Jim Miller2010-02-111-3/+6
|
* Fix 2373088: Update SecuritySettings with new layout and minor logic tweaks.Jim Miller2010-02-104-167/+129
|
* Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-112-0/+167
|
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-082-13/+13
| | | | Bug: #2361749.
* New widgetsMike Cleron2009-10-271-64/+0
|
* Adopt new AppWidget assets, per http://b/2038594.Jeff Sharkey2009-08-061-3/+4
|
* Redo power widget layout with the proper widget style.Ken Shirriff2009-06-291-0/+63
| | | | | | | | The power widget now uses the fuzzy-edged widget background. It has a resonable layout in portrait and landscape. appwidget_inner is the background for a button on the inside, with a border on the left. appwidget_outer is the background for a button on the outside (i.e. leftmost); it does not have a border.
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-12/+18
|