Fixed throughput calculation.

Added local download and upload images.
This commit is contained in:
Ziver Koc 2014-08-05 17:45:25 +02:00
parent 1c35a97240
commit d9052dfff3
47 changed files with 106 additions and 8 deletions

View file

@ -20,7 +20,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageView2"
android:src="@android:drawable/stat_sys_download" />
android:src="@drawable/stat_download" />
<TextView
android:layout_width="160dp"
@ -42,7 +42,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageView3"
android:src="@android:drawable/stat_sys_upload" />
android:src="@drawable/stat_upload" />
<TextView
android:layout_width="wrap_content"