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

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

The newest version!
package com.isyscore.kotlin.android

import android.util.DisplayMetrics

object UI {

    internal lateinit var dm: DisplayMetrics
    /**
     * screen density
     */
    var density = 0.0F
    /**
     * screen width
     */
    var width = 0
    /**
     * screen height
     */
    var height = 0

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy