Change service icons for now
- Use place holders while the legal discussion is happening
This commit is contained in:
parent
989ce126f1
commit
cdde61a460
5 changed files with 5 additions and 5 deletions
BIN
app/src/main/res/drawable-nodpi/place_holder_circle.png
Normal file
BIN
app/src/main/res/drawable-nodpi/place_holder_circle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
app/src/main/res/drawable-nodpi/place_holder_youtube.png
Normal file
BIN
app/src/main/res/drawable-nodpi/place_holder_youtube.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue