Closed AGovtvyanitca-softheme closed 8 years ago
You dont need to call the initializePen(); option if you are calling the setPenSize(); please have a look at the example code for proper working
@mukeshsolanki The issue still exists if app doesn't call setPenSize or oposite initializePen, both ways doesn't work - Once eraced initialized, user can't use Pen once again.
this issue still there..unable use pen after eraser..in example same issue is happeing
initializePen(); method doesn't work after initializeEraser(); called
Example: In case of user clicked on Eraser button and then on Pen button, view still set in Eraser mode.
package com.diezgames.drawrailwaycarriage;
import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button;
import com.mukesh.DrawingView;
public class NewRailwayCarriageDrawer extends Activity {
}