Android Programmatic FrameLayout Used As A Button - How To Fill_parent?
Been stuck on this for a while and tried a few various things. Basically I've overridden frame layout to create myself a custom button. The frame layout has two children a button a
Solution 1:
Didn't find an answer, but to fix it , I removed the button and just made the base linear layout clickable
Post a Comment for "Android Programmatic FrameLayout Used As A Button - How To Fill_parent?"