Fixed throughput calculation.
Added local download and upload images.
This commit is contained in:
parent
1c35a97240
commit
d9052dfff3
47 changed files with 106 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue