secant-android-wallet/ui-lib/src/main/java/co/electriccoin/zcash/ui/screen/update/UpdateTag.kt

11 lines
271 B
Kotlin

package co.electriccoin.zcash.ui.screen.update
/**
* These are only used for automated testing.
*/
object UpdateTag {
const val BTN_LATER = "btn_later"
const val BTN_DOWNLOAD = "btn_download"
const val PROGRESSBAR_DOWNLOADING = "progressbar_downloading"
}