summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-06-141-3/+3
|\ | | | | | | Change-Id: I7d0f3b08f6e632b689c870017374741a544bc7e8
| * Cleaned up Samples by removing unsed imports and variables.Christian Mehlmauer2010-06-121-6/+3
| | | | | | | | | | | | | | Changed deprecated Config.LOGD to Config.DEBUG Removed unnecessary whitespaces Change-Id: I01414dd83eb6f9a41e56762dd7fc00e7f1115039
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-7/+4
|/ | | | Bug: #2361749.
* Add density demo.Dianne Hackborn2009-08-101-0/+223
This is basically just a copy of DpiTest, but it seems like this stuff would be useful to have in sample code.