History log of /development/samples/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.java
Revision Date Author Comments
62e92d7a2a3fd2798901ec2e7c452ff0e4067163 20-May-2010 Christian Mehlmauer <FireFart@gmail.com> Cleaned up Samples by removing unsed imports and variables.
Changed deprecated Config.LOGD to Config.DEBUG
Removed unnecessary whitespaces

Change-Id: I01414dd83eb6f9a41e56762dd7fc00e7f1115039
74192eafec8408417114d77784cd35eda5df573c 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
3b0146057889eaf6eb1a6ebc86553a95885f074f 11-Aug-2009 Dianne Hackborn <hackbod@google.com> 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.