Made the progressbar animation somewhat smoother

This commit is contained in:
Impyy 2016-09-29 18:16:00 +02:00
parent 016cbd9ebc
commit 2128b5bf59
2 changed files with 9 additions and 27 deletions

View file

@ -81,6 +81,7 @@
android:layout_width="wrap_content"
android:layout_height="4dp"
android:id="@+id/progressBar"
android:max="1000"
android:layout_weight="1"/>
</LinearLayout>