Closed
Bug 1958099
Opened 19 days ago
Closed 13 days ago
Consider using a larger text size on the share list
Categories
(Firefox for Android :: Share, enhancement)
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
Attachments
(1 file)
We have a couple linter warnings in our Fenix baseline regarding the font size being used on various share lists:
<issue
id="SmallSp"
message="Avoid using sizes smaller than `11sp`: `10sp`"
errorLine1=" android:textSize="10sp""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/account_share_list_item.xml"
line="39"
column="9"/>
</issue>
<issue
id="SmallSp"
message="Avoid using sizes smaller than `11sp`: `10sp`"
errorLine1=" android:textSize="10sp""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/app_share_list_item.xml"
line="37"
column="9"/>
</issue>
If nothing else, maybe we should annotate these two instances to ignore the linter warning rather than relying on the baseline if we're convinced this is the right font size to use. What are your thoughts, Jon?
Flags: needinfo?(jonalmeida942)
Comment 1•13 days ago
|
||
Yeah, that sounds good - the lowest effort option today. We are following the original designs for the size before the linter came out, I wouldn't bother fixing this today with an impending share sheet rewrite happening.
Flags: needinfo?(jonalmeida942)
Assignee | ||
Updated•13 days ago
|
Assignee: nobody → ryanvm
Assignee | ||
Comment 2•13 days ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2d719ef3c336
Ignore share sheet font size lint warnings. r=android-reviewers,jonalmeida
Comment 4•13 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 13 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•