Tibolte / ElasticDownload

We are not Gif makers, We are developers
1.65k stars 266 forks source link

How to change the background color of this view? #28

Closed vj-1023 closed 8 years ago

vj-1023 commented 8 years ago

@Tibolte

<is.arontibo.library.ElasticDownloadView android:id="@+id/elastic_download_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#FFFFFF" android:layout_below="@+id/logo_layout" android:layout_centerInParent="true" />

doesn't do anything !

Tibolte commented 8 years ago

Sorry for the late reply, you need to use android:backgroundColor instead of android:background

ahmadalibaloch commented 8 years ago

android:backgroundColor There is no such attribute!