| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This change removes templates from the SDK source tree (from sdk/templates)
and points the build/tools.atree build location file to their new location
in tools/base/templates
Change-Id: Id37b24eceaae6dcc0b3bf5078a759a337cb13467
|
|
|
|
|
|
|
| |
Fixes the Full Screen Activity template to properly hide
controls and navigation on Honeycomb
Change-Id: I85b69c2fc084805fb371df97aedfce94a5145e97
|
|
|
|
|
|
|
| |
- Remove extraneous string in FullscreenActivity
- Add allowBackup=true to NewAndroidApplication
Change-Id: I12706cff2ab7b73f04634f47fea4eb14b0ed4e2a
|
|
|
|
|
|
|
|
| |
It's considered a best practice for activity onCreate overrides to maintain the
original visibility of the method, which is protected. Implement this for all
activity templates.
Change-Id: Ia501628a3f330f671398935103fafc1834f8e78e
|
|
|
|
|
|
|
|
|
| |
- Fix maxLines=2 for input fields in LoginActivity
- Use proper, backward-compatible button bar styles in FullScreenActivity.
Change-Id: I20ce76ff5abd8be949644050ad99e2043abf1e5b
Bug: 6948808
|
|
This adds an activity template for a fullscreen activity, such as a video
player. The content itself is placeholder content, but this handles the
important bits like showing and hiding system navigation and handling
orientation changes manually (correctly, as of Android 3.2 with the
screenSize config flag).
This adds quite a bit of utility code (SystemUiHider). In the future
we should move this out of the template and into the support library.
Change-Id: I9c9c4c4699a3cec9659171d84bdbd23a5bd41178
|