Icon Pusher
Google Play Page
Download latest app version icon (4.0.1)
appfilter.xml
<!-- CuteCalc --> <item component="ComponentInfo{com.sosauce.cutecalc/com.sosauce.cutecalc.MainActivity}" drawable="cutecalc" /> <item component="ComponentInfo{com.sosauce.cutecalc/com.sosauce.vanilla.MainActivity}" drawable="cutecalc" />
Copy
appmap.xml
<!-- CuteCalc --> <item class="com.sosauce.cutecalc.MainActivity" name=cutecalc/> <item class="com.sosauce.vanilla.MainActivity" name=cutecalc/>
theme_resources.xml
<!-- CuteCalc --> <AppIcon name="com.sosauce.cutecalc/com.sosauce.cutecalc.MainActivity" image="cutecalc"/> <AppIcon name="com.sosauce.cutecalc/com.sosauce.vanilla.MainActivity" image="cutecalc"/>