Animated numbers for Xamarin.Android
<Escorp.Android.Views.Odometer
android:id="@+id/total_balance"
android:text="0.00₽"
android:textColor="@android:color/white"
android:textSize="50dp"
android:layout_marginTop="-5dp"
android:layout_marginBottom="-10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Based on Java-version by another author.