Fix floating wallet/rewards bar for RTL layout #1044
No reviewers
Labels
No labels
android: closed alpha
android: open beta
app-parity
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
creator
Epic
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
product review
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-android#1044
Loading…
Reference in a new issue
No description provided.
Delete branch "fix_issue_1043"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Floating wallet balance/rewards now visible in RTL layout
PR Checklist
Please check all that apply to this PR using "x":
PR Type
What kind of change does this PR introduce?
Fixes
Issue Number: #1043
What is the current behavior?
Floating wallet fragment pinned to the bottom right of the screen (regardless of layout direction)
Floating wallet fragment does not display wallet balance on RTL layout
What is the new behavior?
Floating wallet fragment pinned to the bottom end of the screen - generalized LTR/RTL solution
Floating wallet fragment now displays both rewards and balance
Screenshots
LTR layout after fix
Not modified
RTL layout after fix
Fixed
Disclaimer
I swear I'm not splitting every little RTL issue to separate PR's
I'm genuinely finding them one at a time 🤷
Could you use descriptive commit messages for what they do instead of what fixes on the GitHub repository? Thanks.
@kekkyojin
The PR is not descriptive - the commit message is actually
Floating wallet balance/rewards now visible in RTL layout
Do you want me to close this PR and reopen under a descriptive name?
Problem is GitHub only shows first paragraph of commit message. Also, when looking at the Annotate feature on Android Studio or doing a 'git log', it will be needed to read a longer text when searching for a specific change explanation. I suggest you to at least put the descriptive change into the first paragraph and then anything else.
No, it was not necessary.
Commit message is now descriptive first, referencing issue second - thus showing fine in git log and android studio.
Thanks for this. It's great to see these fixes for RTL display issues.