I am getting tired of the java doc warnings, so fix them.
Change-Id: I2205eebae419eaf4a0992c9f5b7cd807eb843fe1
This commit is contained in:
@@ -76,6 +76,7 @@ public class BitmapDrawable extends Drawable {
|
||||
* @deprecated Use {@link #BitmapDrawable(Resources)} to ensure
|
||||
* that the drawable has correctly set its target density.
|
||||
*/
|
||||
@Deprecated
|
||||
public BitmapDrawable() {
|
||||
mBitmapState = new BitmapState((Bitmap) null);
|
||||
}
|
||||
@@ -97,6 +98,7 @@ public class BitmapDrawable extends Drawable {
|
||||
* @deprecated Use {@link #BitmapDrawable(Resources, Bitmap)} to ensure
|
||||
* that the drawable has correctly set its target density.
|
||||
*/
|
||||
@Deprecated
|
||||
public BitmapDrawable(Bitmap bitmap) {
|
||||
this(new BitmapState(bitmap));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user