All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.isyscore.kotlin.android.ViewExtension.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("unused")

package com.isyscore.kotlin.android

import android.view.View

fun  View.v(resId: Int): T = findViewById(resId)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy