Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Laky-64
Copy link

@Laky-64 Laky-64 commented Feb 17, 2022

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

I took the trouble to solve this little graphic bug, since the parent layout is a FrameLayout, 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 Laky-64 changed the title Fix "Send Message" & "Send without sound" width Fix "Send Message" & "Send without sound" width from ShareAlert.java Feb 17, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant