Bob Badour
e72c60e885
Clarify license terms for Romain Guy's artwork.
...
As discussed with Romain Guy in the email thread, the Apache 2.0
license applies to the affected .jpg files now and retroactively from
the time of import.
Usage terms updated using exiftool:
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/ApiDemos/res/drawable-nodpi/frantic.jpg
Warning: [minor] Fixed incorrect list type for XMP-xmpRights:UsageTerms - development/samples/ApiDemos/res/drawable-nodpi/frantic.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/ApiDemos/res/drawable-nodpi/frantic.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p3.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p3.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p2.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p2.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p3.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p3.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p2.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p2.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
Test: doesn't realy apply to images
Change-Id: If060c6ba0f0279e3a7e6446061d50cd8e4cdec3c
2019-06-27 14:58:10 -07:00
George Mount
77dfe829d1
Cross-Activity Scene transitions API demo.
...
Change-Id: Icd644902b61ca2f03f21045bfad3a758075fb7cc
2014-02-04 15:53:02 -08:00
Dianne Hackborn
adee1fdf63
Update Full Screen Modes to demostrate more modes.
...
UI is now a set of check boxes to toggle the various modes.
Also add new API demos for two typical implementations using
system UI flags: a content browser and a video player.
Change-Id: If93659343cfc42b903b18997a5a0a04ee10e8343
2012-03-30 17:13:06 -07:00
Daniel Sandler
173fb98b2d
Demonstration of the various fullscreen modes:
...
FLAG_FULLSCREEN,
SYSTEM_UI_FLAG_LOW_PROFILE,
SYSTEM_UI_FLAG_HIDE_NAVIGATION.
Bug: 5052456
Change-Id: I3c23caa83a66b585ae1102e3d473f6e4f096840d
2011-08-04 16:47:02 -04:00
Dianne Hackborn
3b01460578
Add density demo.
...
This is basically just a copy of DpiTest, but it seems like this stuff
would be useful to have in sample code.
2009-08-10 18:12:32 -07:00