Telegram icon indicating copy to clipboard operation
Telegram copied to clipboard

Fix "Send Message" & "Send without sound" width from ShareAlert.java

Open Laky-64 opened this issue 2 years ago • 0 comments

I took the trouble to solve this little graphic bug, since the parent layout need createFram, but we use createLinear as parameters, this means that the button does not expand completely, so to make sure to keep the buttons that are below the other and at the same time using the createFrame, I directly created a parent linearlayout (Using as parameters createFrame) and then add the various buttons as children keeping the createLinear, in this way the father will take the maximum length thanks to createFrame and the children will follow it

Laky-64 avatar Feb 17 '22 11:02 Laky-64