Commit 74ff3de7 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add ShakeView.kt

parent 3b3a9d9b
package chat.rocket.android.core.behaviours
import android.view.View
interface ShakeView {
/**
* Shakes a view to indicate that it does not have the expected/correct value.
*
* @param viewToShake The view to shake.
*/
fun shakeView(viewToShake: View)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment