Icon Pusher
Google Play Page
Download latest app version icon (7.2.0)
appfilter.xml
<!-- SongTube --> <item component="ComponentInfo{com.artxdev.songtube/com.artxdev.songtube.MainActivity}" drawable="songtube" /> <item component="ComponentInfo{com.artxdev.songtube/com.ryanheise.audioservice.AudioServiceActivity}" drawable="songtube" />
Copy
appmap.xml
<!-- SongTube --> <item class="com.artxdev.songtube.MainActivity" name=songtube/> <item class="com.ryanheise.audioservice.AudioServiceActivity" name=songtube/>
theme_resources.xml
<!-- SongTube --> <AppIcon name="com.artxdev.songtube/com.artxdev.songtube.MainActivity" image="songtube"/> <AppIcon name="com.artxdev.songtube/com.ryanheise.audioservice.AudioServiceActivity" image="songtube"/>