summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-xlarge
Commit message (Collapse)AuthorAgeFilesLines
* Themes: Expose hard code for themesBryan Owens2016-01-011-1/+1
| | | | | | Signed-off-by: Bryan Owens <djbryan3540@gmail.com> Change-Id: I86ec4a3a3ce2eadaf36fe92440b43b8031247095
* Revert "Themes: Expose "ALL" layouts hard code in frameworks base for themes"Steve Kondik2015-12-051-2/+2
| | | | | | | | | * Many apps which display listviews crash with this change. Reverting for now. This reverts commit e6458a3380b36ab0e3538159e854b7f815a838f3. Change-Id: Icc4d0ee18c708a5692db0b20f7b6b2084d8dd43b
* Themes: Expose "ALL" layouts hard code in frameworks base for themesBryan Owens2015-12-041-2/+2
| | | | | | | Exposing all the hard coded layout colors in the enitre base so themes can have access. Change-Id: I4bc88573d0d7e41fc80d1580ab4e012f48c442d3 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Fix bug #17521147 Settings activity looks terrible on VolantisFabrice Di Meglio2014-09-261-0/+34
| | | | | | | | - update layouts for PreferenceActivity and its headers in two panes mode (per UX request) - add theming where it was missing Change-Id: I0c478c1a66b6de7e122b7ee73da24f3dd5a7bc28
* Action bar refactoring, round 1Adam Powell2014-05-171-51/+0
| | | | | | | Decouple PhoneWindow and ActionBarView to allow for using Toolbar in some circumstances later. Change-Id: I907743e06c3a1203e21cfd84860a1884c66f3527
* Change sharedElementName to viewName.George Mount2014-05-121-1/+1
| | | | | | Bug 14624181 Change-Id: Ic98554c257d4115a917481eb50505373f6d58fa8
* Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-0/+1
| | | | | | | | | This reverts commit 206e30cd93afe3eb72ec94178324417db5424ed2 along with removing the additional startActivity* methods and replaces them with ActivityOptions makeSceneTransitionAnimation methods. Change-Id: I52bec31ae3c4cea6d549810ae5a7acd8aea176d8
* Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-261-1/+0
| | | | | | This reverts commit f10587faadb9080a7bf9991cbe04bac5525da482. Change-Id: I2785a3d2d6b667cad6d61dcbbc1c624161735fa4
* Change Activity Scene Transitions to be more automatic.George Mount2014-02-251-0/+1
| | | | | | | | | | | | Shared element transitions are enabled by default when the Window has a TransitionManager. Shared element location and size are captured and transferred to the target Activity. ActionBar is treated as a shared element. Change-Id: I0f22ea4e5cbe80254e848444e3f235cb742684f4
* Fix a regression where android:windowContentOverlay did not draw properly.Adam Powell2013-08-011-24/+17
| | | | | | | | | | | | | | This was the victim of an earlier refactoring. Have the ActionBarOverlayLayout draw this directly over the content so that it can stay properly in sync with any animations and also remove an extra couple of views from the decor layout. Some apps now expect the broken behavior in default themes. Protect them from themselves until they bump their targetSdkVersion. Public bug https://code.google.com/p/android/issues/detail?id=58280 Change-Id: I4284503577e322f3e68d4a7fabda8441d3749b98
* Fix bug #8505156 WiFi properties dialog is having some issues in RTL modeFabrice Di Meglio2013-03-281-1/+2
| | | | | | | - title should be "viewStart" - link speed should be also "viewStart" Change-Id: I8d85dd8b6850f8ae4c972dad40642c33b9004dce
* Fix issue #8325007: EyeEm app crashes on launch- NPE at...Dianne Hackborn2013-03-062-82/+34
| | | | | | | | | | | | | | | | | ...android.view.ViewGroup.measureChildWithMargins The app is doing grungy stuff with trying to insert its own views inside the window decor. This new custom layout of the action bar was assuming it would get fitSystemWindows() called at which point it would retrieve all of its child views... but with the app doing this, it blocks the call down to fitSystemWindows() and breaks us. So we now make the layout manager more robust and ensure it has retrieved its children when measuring. Also fix an issue where the xlarge layouts were not updated. Change-Id: I6c69f26f26b59a6aa8fa1e5788288ffce0b490ca
* Prevent simultaneous interaction with action bar and contentAdam Powell2013-01-232-2/+4
| | | | | | Bug 8034744 Change-Id: I72cf4f5d2443e1cd6e40785b4d06d9bd363ab3e4
* No breadcrumbs for single-pane preferencesAmith Yamasani2012-10-031-0/+1
| | | | | Bug: 7274530 Change-Id: I6a4b6321a72ad38a757098ea470ac58d4294639b
* Remove extra padding from alert dialog layouts in -xlargeAdam Powell2012-09-301-36/+0
| | | | | | | | Restore visual consistency with other device classes. Bug 7259219 Change-Id: I1ffc88654e2fc9781fd59c6cecca6d5614ca0663
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-196-18/+18
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: Id9af5375fb9b0edeae5232c77e52ecd497bd2e67
* Add new feature to let apps layout over status bar / system bar.Dianne Hackborn2012-03-301-23/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main change is a few new flags you can supply to View.setSystemUiVisibility(). One is a new visibility mode, SYSTEM_UI_FLAG_FULLSCREEN, which is basically the same as the global FLAG_FULLSCREEN option for windows, but driven as part of the system UI state. There are also three new flags for telling the framework that you would like to have your application's UI ignore screen decorations -- SYSTEM_UI_FLAG_LAYOUT_NO_NAVIGATION for going behind the navigation bar and SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN for ignoring full screen decorations (that is the status bar). In combination with this you can use SYSTEM_UI_FLAG_LAYOUT_STABLE to have the framework report consistent insets to your application. When using NO_NAVIGATION, when the user taps the screen we now also automatically clear ONLY_CONTENT, so that we atomically show both UI elements. This should make it easy for apps like video players that want to move between fully full-screen and regular modes. The ActionBar has also been extended when in overlay mode so that it will adjust the system window insets to also account for its space, and allow it to be hidden using the new SYSTEM_UI_FLAG_FULLSCREEN. Change-Id: Ic8db1adec49a0f420bfe40c1d92eb21307856d0b
* The COLORS!!Adam Powell2011-07-081-13/+4
| | | | | | | | Add theme attributes and public color resources. Apps can now query the current theme's various highlight colors. Commonly used color values for Holo are now available. Change-Id: If24dc9ee243e740e8caaddf0b78590783fa228c8
* Merge commit 'fce12613' into HEADJoe Onorato2011-05-312-94/+0
|\ | | | | | | | | | | | | | | | | | | Conflicts: core/res/res/layout-sw600dp/status_bar_latest_event_content.xml core/res/res/layout-sw600dp/status_bar_latest_event_content_large_icon.xml core/res/res/layout-xlarge/status_bar_latest_event_content_large_icon.xml core/res/res/layout/status_bar_latest_event_content_large_icon.xml Change-Id: I9e7182df4035e625af6d50d70f37078ae33d6e5d
| * move resourcesJoe Onorato2011-05-254-192/+0
| | | | | | | | Change-Id: I5f89cd0480234dac99cbb187835f389cc6513aae
| * DO NOT MERGE. Preference activity changes to work on smaller tablet screens.Amith Yamasani2011-05-232-100/+39
| | | | | | | | | | | | | | | | | | Breadcrumbs move to the action bar on certain configs. Padding around fragments and to the left of preference items adjusted for different display sizes. Change-Id: Ie899f9742f4ebd7044f158b1c7db06df82ad2d75
* | Manual merge. Preference activity changes to work on smaller tablet screens ↵Amith Yamasani2011-05-261-0/+38
| | | | | | | | | | | | | | | | | | and phones. Padding around fragments and to the left of preference items adjusted for different display sizes. Change-Id: I2d29e5525c381092a3f1d2fb1265ce07db893d78
* | am 940138de: am 0a734b18: am 14e45f9b: Merge "Fix 4462497: Move layouts from ↵Jim Miller2011-05-2113-1564/+0
|\ \ | |/ | | | | | | | | | | xlarge to large to enable 7" tablets" into honeycomb-mr2 * commit '940138de9eae9be9ef60307af9e5f7a1168af533': Fix 4462497: Move layouts from xlarge to large to enable 7" tablets
| * Fix 4462497: Move layouts from xlarge to large to enable 7" tabletsJim Miller2011-05-1913-1564/+0
| | | | | | | | | | | | | | | | | | This fixes LockScreen on 7" tablets by moving the resources to xlarge. In addition, it has some minor layout tweaks to center pattern and wave unlock widgets on both so we can share the layout resources. Change-Id: Ibeee9320c9effcae6cf55c9ca417854f468c8edb
* | Consolidate notification layouts by removing xlarge versions.Daniel Sandler2011-05-042-98/+0
| | | | | | | | | | | | | | | | | | This will bring the phone and the tablet very strongly in line. Any readability/usability/functional improvements we make for one should appear instantly in the other. Change-Id: I51baeed07936304ec842a338864205bacf6e646f
* | More work on making prefs work well on small screens.Dianne Hackborn2011-03-181-100/+0
|/ | | | | | | Tweak padding so layouts now look decent, a few extensions so that the correct title can be shown. Change-Id: Ieace16bf4962d66564c6e2f67fb588e582943850
* Fix 3410155: Remove hint text from password entry field.Jim Miller2011-02-022-2/+0
| | | | Change-Id: I36882a365e721f038366fea086a0727c9608bf67
* Correct font size for notifications & control panel.Daniel Sandler2011-01-282-4/+4
| | | | | Bug: 3388577 Bug: 3394785
* Fix overlapping app icon & info in notifications with large icons.Daniel Sandler2011-01-282-24/+20
| | | | | | Bug: 3398728 Bug: 3394785 Change-Id: I50f065d482815612b2b187f1bc4360489d7455e6
* Merge "Fit and finish on status bar:" into honeycombDaniel Sandler2011-01-252-17/+27
|\
| * Fit and finish on status bar:Daniel Sandler2011-01-252-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clock color fixed. [3374581] - Clock vertically aligned. [3388224] - Clock uses system font assets now. [3385564] - Solid version of AndroidClock added to build. [3385564] - Extraneous background glow removed from notification panel. - Removed solid black background from notifications. [3388223] - Added background image behind large notification icons and increased large size to 64dip [3388434, 3384355] - Corrected size & leading of notification text [3388577] Bug: 3374581 Bug: 3384355 Bug: 3385564 Bug: 3388223 Bug: 3388224 Bug: 3388434 Bug: 3388577 Change-Id: I8e443da5758deca412d1ce5944f887b35f6265ed
* | Fix 3381660: Make modifier keys in PasswordUnlock match IMEJim Miller2011-01-252-4/+14
|/ | | | | | | | Fixed modifier key assets to match Latin IME. Added background to alphanumeric keyboard. Added 25% alpha background to numeric keyboard. Change-Id: I043171a5dec7eeb0c136bb7450fd4023208639dc
* Fix 3382123: Set default state of LockScreen portrait kbJim Miller2011-01-241-0/+1
| | | | | | | This sets the default state of the portrait keyboard to "gone" to agree with the landscape keyboard. Change-Id: I1e6a21b07c27ef739bfde4558b958c48b4fc56df
* Merge "Fix 3373106: add hint text to PasswordUnlock" into honeycombJim Miller2011-01-232-0/+2
|\
| * Fix 3373106: add hint text to PasswordUnlockJim Miller2011-01-232-0/+2
| | | | | | | | Change-Id: Ie0a5081cf74da551a161f46457b987bcdcef2127
* | Merge "Sync activity picker to latest dialog style." into honeycombAmith Yamasani2011-01-211-19/+19
|\ \ | |/ |/|
| * Sync activity picker to latest dialog style.Amith Yamasani2011-01-201-19/+19
| | | | | | | | | | Bug: 3154864 Change-Id: Ia779c6339bffa03685e05860dceaf1d47c47225e
* | Merge "Fix 3339257: Update lockscreen keyboard to fit Holo theme" into honeycombJim Miller2011-01-192-59/+71
|\ \ | |/ |/|
| * Fix 3339257: Update lockscreen keyboard to fit Holo themeJim Miller2011-01-192-59/+71
| | | | | | | | | | | | | | | | | | This updates the lockscreen keyboard to be like the latin-1 IME keyboard and updates it to fit the holo theme. Fixed some minor issues addressed in review. Change-Id: I3c6dd8f91be753510e6eadfa9ad913f77038947b
* | Fix 3356338: Add recovery text to AccountUnlockScreenJim Miller2011-01-181-0/+10
|/ | | | | | | This adds hint text to visit google.com/account/recovery if the user forgets their google password. Change-Id: I4c4c250b9e4116d2769b7760fdc291fa756c3db0
* Fix 3339260: Remove emergency button from AccountUnlock screenJim Miller2011-01-161-13/+13
| | | | | | Also minor fix to "sign in" button (bug 3347233). Change-Id: I3710088b7ec554a7fc4214b088eb4cc5ce949de0
* Merge "Fix 3201849: Use custom Drawable for bg in lockscreen" into honeycombJim Miller2011-01-125-12/+5
|\
| * Fix 3201849: Use custom Drawable for bg in lockscreenJim Miller2011-01-115-12/+5
| | | | | | | | | | | | | | | | This uses a custom drawable to improve the performance of rendering a transparent background in LockScreen on devices without hardware acceleration. Change-Id: I7aae13070d475c3ac19d91ba5c6cb7d2a83a18ce
* | Add "min size" facility to the Window class.Dianne Hackborn2011-01-122-314/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to have a new dialog theme that behaves like an alert dialog for both Dialog and Activity versions. Very useful with so many more things being displayed as dialogs on our nice large screen. Note I didn't change the existing dialog themes to have this behavior, since it will probably break things. Instead there is a new variation. And the DialogWhenLarge variations now use this for their dialog form, to fix many of the real new dialogs we have that need this behavior. Removed the public definition of the one alert dialog theme. None of the others have ever been public, this one shouldn't be. Added new .Panel versions of the Holo themes, like we already had for the original themes. Changed the alert dialog layout to no longer use WeightedLinearLayout, since the window now takes care of that. This allowed for the removal of the xlarge version of those layouts. Change-Id: I0c8372bde25eb9af47404a719b3f07230baf73bf
* | Fix bug 3338079 - Dialog styled activity decorAdam Powell2011-01-111-4/+9
|/ | | | | | | | | Fixed a bug in FastScroller that could cause a crash on an empty list in always-show mode. Fix holo light button text color Change-Id: I7b50043d715b9b870eb34808017d743ba64d2e08
* Merge "Updated dialog and toast assets." into honeycombAdam Powell2011-01-091-3/+5
|\
| * Updated dialog and toast assets.Adam Powell2011-01-091-3/+5
| | | | | | | | | | | | Updated holo alert dialog layouts to use explicit dividers for the title Change-Id: I2e56c3a782b4c33387032263a509f6b28b2d4686
* | Fix 3330653: Update lockscreen layouts to match latest mocks [DO NOT MERGE]Jim Miller2011-01-098-140/+198
|/ | | | | | | | | | | | | | | | | | | | | | | | This change list: - simplifies the UI design to reduce the number of on-screen items by combining Alarm status with the date line. - updates many of the layout files to match closer to the final design. - Simplifies the logic for showing Status1 info. It's now more predictable and robust. - updates the layout for tablets - contains a modified alpha to work well with different backgrounds (Tested: white, gray, and dark backgrounds) - updates the tablet icons to something closer to the final size. Manual merge from Change-Id: Ifb349dfa778e9c91b0649c8d95229607be5af8e5 Change-Id: Ia2a9a2d285102d0208b3a7fcead58d6454d116ae
* Merge "Fix 3298264: Update LockScreen DigitalClock with new font"Jim Miller2010-12-222-4/+6
|\
| * Fix 3298264: Update LockScreen DigitalClock with new fontJim Miller2010-12-212-4/+6
| | | | | | | | | | | | | | | | This updates the font used to show the AM/PM indicator as well as creating shared colors for DigitalClock components in all LockScreen layouts. Change-Id: I87fcba67b421660bddb9b10213ac62704a49b7b9