Skip to content

ViewInflater.getProperty not working perfectly #6

@Kaki-In

Description

@Kaki-In

The ViewInflater.getProperty method does not work with base types like int, double or float.

It results that setProperty(aNumberPicker, "value", 4) works, but getProperty(aNumberPicker, "value") returns null due to the type of NumberPicker.getValue() that returns an int (which is not an object).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions