Change service icons for now

- Use place holders while the legal discussion is happening
This commit is contained in:
Mauricio Colli 2018-02-03 22:29:24 -02:00
parent 989ce126f1
commit cdde61a460
No known key found for this signature in database
GPG key ID: F200BFD6F29DDD85
5 changed files with 5 additions and 5 deletions

View file

@ -18,9 +18,9 @@ public class ServiceHelper {
public static int getIcon(int serviceId) {
switch (serviceId) {
case 0:
return R.drawable.youtube;
return R.drawable.place_holder_youtube;
case 1:
return R.drawable.soundcloud;
return R.drawable.place_holder_circle;
default:
return R.drawable.service;
}