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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -4,11 +4,11 @@
android:id="@+id/menu_services_group">
<item
android:id="@+id/menu_service_youtube"
android:icon="@drawable/youtube"
android:icon="@drawable/place_holder_youtube"
android:title="@string/youtube"/>
<item
android:id="@+id/menu_service_soundcloud"
android:icon="@drawable/soundcloud"
android:icon="@drawable/place_holder_circle"
android:title="@string/soundcloud"/>
</group>
</menu>