Can't Click button in Transparent Activty Android -
i trying add transparent activity in front of activity. added transparent activity. want both transparent & behind activity button's clickable. can click behind activity's button. in transparent activity's button cant click because added 1 line in transparent activity below
 getwindow().addflags(             windowmanager.layoutparams.flag_not_focusable                     | windowmanager.layoutparams.flag_not_touch_modal                     | windowmanager.layoutparams.flag_not_touchable );     if remove above line transparent activity can't click button in behind activity. need both behind & transparent activity's button clickable. please post suggestion. thanks...
 
 
  
Comments
Post a Comment