Added dynamic upload and download images.
This commit is contained in:
parent
1ed6ad198b
commit
c506e2baea
2 changed files with 38 additions and 4 deletions
|
|
@ -19,8 +19,8 @@
|
|||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/imageView2"
|
||||
android:src="@drawable/stat_download" />
|
||||
android:id="@+id/down_img"
|
||||
android:src="@drawable/stat_download_static" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="160dp"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/imageView3"
|
||||
android:src="@drawable/stat_upload" />
|
||||
android:id="@+id/up_img"
|
||||
android:src="@drawable/stat_upload_static" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue