Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Make a casting LayoutInflater.inflate. #296

@NightlyNexus

Description

@NightlyNexus

variants of

inline fun <reified T: View> LayoutInflater.inflate(...) : T {
  return inflate(...) as T
}

The Android SDK now helps me out in View.findViewById but not with LayoutInflater.inflate.
(filed here: https://issuetracker.google.com/issues/64120102)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions