* Donot show random colors as placeholders for contributions items
* Theme contributionsItem background as mainBackground from attributes
This commit is contained in:
Ashish Kumar 2020-03-30 15:12:47 +05:30 committed by GitHub
parent 3d1ffbb4bc
commit 6416314dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -23,6 +23,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/very_large_height"
app:actualImageScaleType="centerCrop"
android:background="?attr/mainBackground"
fresco:placeholderImage="@drawable/ic_image_black_24dp"
/>