See, http://prnt.sc/c7exd7 , (I already figured out with a cross), there are 2 buttons for selecting currencies. One under the other. How can you make a button on the right or on the left, such as how to swap, so that this button is small and succinctly fit in with the edge, and not on the side of one button, but in the middle of them. I have a table layer. And I do not know how it is possible to combine the cells there so that the button is in the middle.

Button x button

I only get this way. And it is necessary that x shifted down and was like in the middle of the buttons

  • No need for obscure links. The code lay out the text, and the pictures with a special tag so that it is displayed directly in the question. So far, your question is vague and difficult to answer. - Yuriy SPb

1 answer 1

Make the flip right button itself, two buttons high with currencies, and any pattern on it that suits you conciseness is transparent.

scrn

The rectangles in the screenshot are GridLayout grid cells.

For the layout, GridLayout would be more appropriate, which allows vertical stretching of cells for several lines, unlike TableLayout / Example TableLayout in GridLayout

  • Damn dude respect) thanks. I also look for solutions on that site, but I missed it somehow - Alex Lizenberg