Code refactor
This commit is contained in:
parent
b2a5f5a2d1
commit
acd55f249a
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ fun EditText.appHandleColor(): EditText {
|
|||
return this
|
||||
}
|
||||
|
||||
fun View.translateXAnimate(value: Float) {
|
||||
fun View.translateYAnimate(value: Float) {
|
||||
ObjectAnimator.ofFloat(this, "translationY", value)
|
||||
.apply {
|
||||
duration = 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue