Fix issue #1025 #1027

Merged
ycohen-dev merged 1 commit from fix_issue_1025 into master 2020-10-12 20:25:49 +02:00
ycohen-dev commented 2020-10-10 16:06:01 +02:00 (Migrated from github.com)

Increased size of currency selection spinner in publish form fragment
Now spinner is in proper size to display "LBRY Credits" default value

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Fixes

Layout issue in publishing form fragment - currency selection spinner
inside Price section (when Price is toggled on)
now big enough to display default currency "LBRY Credits"
(Increased spinner width)

Issue Number: 1025

What is the current behavior?

Currency selection spinner shows truncated string "LBRY .."
instead of the full default value "LBRY Credits"

What is the new behavior?

Currency selection spinner now displaying the full "LBRY Credits" value

Increased size of currency selection spinner in publish form fragment Now spinner is in proper size to display "LBRY Credits" default value ## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [x] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [x] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: ## Fixes Layout issue in publishing form fragment - currency selection spinner inside Price section (when Price is toggled on) now big enough to display default currency "LBRY Credits" (Increased spinner width) Issue Number: 1025 ## What is the current behavior? Currency selection spinner shows truncated string "LBRY .." instead of the full default value "LBRY Credits" ## What is the new behavior? Currency selection spinner now displaying the full "LBRY Credits" value <!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->
akinwale (Migrated from github.com) approved these changes 2020-10-12 20:25:35 +02:00
akinwale (Migrated from github.com) left a comment

Looks good! Thanks.

Looks good! Thanks.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#1027
No description provided.