• Erik's avatar
    Remove the bitmap draw/copy from DayView · c29b2d33
    Erik authored
    This cuts out the code that did a separate draw to a bitmap
    and then copied it over to the canvas and instead draws directly
    to the canvas. This allows us to also have a background image
    and speeds up draws significantly.
    
    Change-Id: I3a7c396c182477dfe17e6d5d65acc45f986b9af5
    c29b2d33
AndroidManifest.xml 8.06 KB