summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
Commit message (Collapse)AuthorAgeFilesLines
* Single pane for 10" SettingsAmith Yamasani2013-08-061-4/+4
| | | | Change-Id: I960e4be3cfb19ffec4100f8766742d6fb17dda4a
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-242-14/+14
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Apps tabs align to title on 2-pane settings.Amith Yamasani2012-05-091-0/+32
| | | | | | | | | Pad the lists in Apps screen. Pad the color bar to align with the list. Bug: 6449489 Change-Id: I28c39e2aae04a1fe36c6b7dc447ae19da575edaf
* 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
* use prefs-style layout for setup wizard date/time settings on non-xlarge screensFreeman Ng2011-06-061-0/+168
Adjusted the screen size test to fall back to phone version of DateTimeSettingsSetupWizard on large screens. I made the following changes from how the phone version works: 1. Some layout changes. (Tablet look, bigger margins.) 2. Use zone picker to select time zone. 3. Added isFirstRun boolean extra to hide the pref fields we don't need to see from setup wizard Furthermore, I made the following fixes to the existing phone flow (which had probably never yet been tried on a phone): 1. Added conditionals around access to some variables that only exist in the xlarge layout. 2. Implemented PreferenceFragment.OnPreferenceStartFragmentCallback in DateTimeSettingsSetupWizard in order to catch the user tapping on the timezone preference and show the time zone picker popup. (Note: for phones in ICS, we might want to launch the zone picker preferences style, like it would have been had this been a PreferenceActivity. Or maybe we should just create a separate DateTimeSettingsSetupWizardPhone activity that subclasses PreferencesActivity and doesn't need to play this trick.) Change-Id: Ib5774a005c9f44d730d86c13746d91eb712141cc