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)

All
Android
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=&quot;10sp&quot;"
    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=&quot;10sp&quot;"
    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)

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: nobody → ryanvm
Pushed by rvandermeulen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2d719ef3c336 Ignore share sheet font size lint warnings. r=android-reviewers,jonalmeida
Status: NEW → RESOLVED
Closed: 13 days ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: