|
@@ -51,6 +51,7 @@ class FragmentToolbar(context: Context, attrs: AttributeSet) : FrameLayout(conte
|
|
|
isHomeVisible = getBoolean(R.styleable.FragmentToolbar_homeVisible, true)
|
|
|
title = getString(R.styleable.FragmentToolbar_title) ?: ""
|
|
|
countdownTime = getInteger(R.styleable.FragmentToolbar_countdownTime, 60)
|
|
|
+ currentTime = countdownTime
|
|
|
countdownAutoStart = getBoolean(R.styleable.FragmentToolbar_countdownAutoStart, true)
|
|
|
} finally {
|
|
|
recycle()
|