Skip to content

[BUG] TextSizeUnit - @dimen #6

@alistairsykes

Description

@alistairsykes

Describe the bug
TextSize should be permitted to use a dimen as well as sp

To Reproduce

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/some_string"
    android:textSize="@dimen/version_text_size" />

Expected behavior
This should not raise an error

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions