Adjusting button widget size in android

So, I have an idea to create activity

which only buttons

have ones that split the screen as shown in the picture:

enter image description here

I was thinking about creating some functionality for each button. these functions will depend on the y and x axis of the screen.

Can you guys give me directions on how to do this using Button and imageButton widgets in my file activity.java

?

+3


source to share





All Articles