Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 583 Bytes

Odometer

Animated numbers for Xamarin.Android

hippo

Layout example:

<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.