jpretzel / deepnotes

An Android application to create notes by drawing with your finger/stylus.
1 stars 0 forks source link

Background of DrawView #1

Closed jpretzel closed 13 years ago

jpretzel commented 13 years ago

The initial background of a DrawView should not be set with the View.setBackgroud(...) method. Instead the background Bitmap of the DrawView should be set.

jpretzel commented 13 years ago

fixed long time ago