Is there a way to hide button shadow or Elevation (I think this is what its called). I know there are other ways to simulate the same thing but why not use the buttons for what it was intended in the first place? I want that black border to be removed
Instead of buttons, use a Canvas for the fake keyboard, and calculate which rectangle was touched by some math on the x,y touch point vs the Canvas .Height and .Width