Fix a rounding issue on Android 4.4
We can use setTranslationY directly on Android 4.4. Otherwise, we need to handle float to int routing issue very carefully.
Showing
Please register or sign in to comment
We can use setTranslationY directly on Android 4.4. Otherwise, we need to handle float to int routing issue very carefully.