Icon Pusher
Google Play Page
Download latest app version icon (3.1.0)
appfilter.xml
<!-- Weather --> <item component="ComponentInfo{com.nothing.weather/com.nothing.weather.main.ui.MainActivity}" drawable="weather" /> <item component="ComponentInfo{com.nothing.weather/com.nothing.weather.ui.main.MainActivity}" drawable="weather" />
Copy
appmap.xml
<!-- Weather --> <item class="com.nothing.weather.main.ui.MainActivity" name=weather/> <item class="com.nothing.weather.ui.main.MainActivity" name=weather/>
theme_resources.xml
<!-- Weather --> <AppIcon name="com.nothing.weather/com.nothing.weather.main.ui.MainActivity" image="weather"/> <AppIcon name="com.nothing.weather/com.nothing.weather.ui.main.MainActivity" image="weather"/>