-
Notifications
You must be signed in to change notification settings - Fork 232
Add screenshots with ~1.5 lines long desc to expanded location view #923
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #923 +/- ##
========================================
Coverage 56.61% 56.61%
========================================
Files 968 968
Lines 24583 24589 +6
Branches 4987 4987
========================================
+ Hits 13917 13922 +5
- Misses 8457 8458 +1
Partials 2209 2209
☔ View full report in Codecov by Sentry. |
@@ -138,12 +137,12 @@ fun ShowLocationView( | |||
state.description?.let { | |||
Text( | |||
text = it, | |||
textAlign = TextAlign.Center, | |||
textAlign = TextAlign.Justify, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd just use TextAlign.Start
here, justify looks a bit weird, as @csmith mentioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, I misunderstood it, you always want it centered, even if the text has several lines and overflows. It seems a bit weird to me, but in that case we should go back to center aligning the text and trying to figure out why we have that extra indentation instead.
b5e7593
to
c1a24f2
Compare
2184a74
to
806e6e7
Compare
Ok I double checked with Callum so I left it as is, but I still added one screenshot with the second line half filled so that we can catch regressions on this. Screenshot recording is ongoing. |
Kudos, SonarCloud Quality Gate passed!
|
This will help in catching alignment regressions.
Related to: