Newer
Older
OverlayMultiCounter / app / src / main / kotlin / jackall / overlaymulticounter / Const.kt
MatsumotoKeiju on 8 Nov 2017 319 bytes [add] Overlay move view
package jackall.overlaymulticounter

/**
 * Created by matsumoto_k on 2017/11/08.
 */
class Const {
    companion object {
        const val serviceChannelId = "mainService"
        const val serviceNotificationId = 1
        const val moveButtonActiveAlpha = 1f
        const val moveButtonInactiveAlpha = 0.7f
    }
}