aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/FullscreenActivity/root/src/app_package/FullscreenActivity.java.ftl
Commit message (Collapse)AuthorAgeFilesLines
* Update template location for SDK buildJosiah Gaskin2013-07-311-197/+0
| | | | | | | | 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
* Lint fixes for FullscreenActivity and NewAndroidApplication templates.Roman Nurik2012-10-251-1/+1
| | | | | | | - Remove extraneous string in FullscreenActivity - Add allowBackup=true to NewAndroidApplication Change-Id: I12706cff2ab7b73f04634f47fea4eb14b0ed4e2a
* Ensure ADT app templates' activity onCreate is protected.Roman Nurik2012-10-011-1/+2
| | | | | | | | 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
* Minor app template bug fixes for LoginActivity and FullscreenActivityRoman Nurik2012-08-101-1/+0
| | | | | | | | | - Fix maxLines=2 for input fields in LoginActivity - Use proper, backward-compatible button bar styles in FullScreenActivity. Change-Id: I20ce76ff5abd8be949644050ad99e2043abf1e5b Bug: 6948808
* Fullscreen activity template.Roman Nurik2012-08-061-0/+197
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