Files
android_development/samples
Dake Gu 6fe262dae9 Supportleanbackshowcase: Polishing 2 and transition performance fix
Move background of browse/details/music from layout to windowBackground.
Setting background on view will cause the whole RelativeLayout being
faded in while transition move content inside the RelativeLayout.
The RelativeLayout does not have a hardwarelayer, nor does it specify
hasOverlappingRendering=false.  This falls to the slowest rendering
path.

Change-Id: I78bacc965e641d7f960aae5cf212c29f6b1f0f11
2015-10-01 15:10:07 -07:00
..
2013-04-09 21:42:59 -07:00
2011-11-28 17:21:34 -08:00
2014-06-14 10:21:46 -07:00

Adding a new folder in development/samples is not enough to have it
be packaged with the SDK.

Make sure to edit development/build/sdk.atree to add the sample to the SDK
build.