summaryrefslogtreecommitdiffstats
path: root/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
* Fix light settings dialog being unusable in landscape.Danny Baumann2013-04-261-0/+111
| | | | Change-Id: I38eeeafd1d8260ab4a7c8de9099a7e270c1462f2
* Settings: Navigation bar Quick launch shortcuts (1 of 2)Stevespear4262013-03-111-0/+50
| | | | | | | | | | | | | | This allows up to 3 targets on the Navigation bar ring or Home buttons with custom Quick launch shortcut actions. Patchset 1 to 17 - Initial commits and edits Patchset 18 - Update preference layout - Use AOSP terminology for the feature name - Group under new 'Navigation bar' category - Rename Navigationbar buttons configurator Patchset 19 - Update commit message with x of y indicator Change-Id: I91a7b86b7bfa79526b537e28b510ec078a58c956
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-153-95/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AndroidManifest.xml res/values-de/strings.xml res/values-el/strings.xml res/values-es/strings.xml res/values-fi/strings.xml res/values-hu/strings.xml res/values-it/strings.xml res/values-iw/strings.xml res/values-nl/strings.xml res/values-ru/strings.xml res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/settings/ChooseLockGeneric.java src/com/android/settings/ChooseLockPatternTutorial.java src/com/android/settings/DeviceInfoSettings.java src/com/android/settings/Settings.java Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
| * 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
* | Settings: Forward port Slider shortcutsDvTonder2012-12-091-0/+50
|/ | | | | | | | | | | | | Includes Change I683d9c22: Add the new lockscreen drawables to the picker list by Bjorn Lunden (blunden) Settings : Lockscreen targets alignment fix Add separate layouts for different layouts to fix alignment issues. Change-Id: I2453225e8a683244a1e11f0a8d3c18954ba5885f Change-Id: I155824abc0578d98d3e2f1f5c2dcde3fa7b2ef84
* 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
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+152
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-152/+0
|
* Initial ContributionThe Android Open Source Project2008-10-212-0/+152