Merge "Remove compilation warnings by removing illegal characters"

This commit is contained in:
Romain Guy
2010-07-23 14:05:40 -07:00
committed by Android Code Review

View File

@@ -238,7 +238,7 @@ import junit.framework.Assert;
* *
* <p>The screen density of a device is based on the screen resolution. A screen with low density * <p>The screen density of a device is based on the screen resolution. A screen with low density
* has fewer available pixels per inch, where a screen with high density * has fewer available pixels per inch, where a screen with high density
* has more sometimes significantly more pixels per inch. The density of a * has more - sometimes significantly more - pixels per inch. The density of a
* screen is important because, other things being equal, a UI element (such as a button) whose * screen is important because, other things being equal, a UI element (such as a button) whose
* height and width are defined in terms of screen pixels will appear larger on the lower density * height and width are defined in terms of screen pixels will appear larger on the lower density
* screen and smaller on the higher density screen. * screen and smaller on the higher density screen.