Search code examples
androidandroid-wifiandroid-icons

Android Wifi signal icons


Is there a way to get the icon used by the system for the Wifi strength signal (I haven't found them anywhere..)? I want them to create a custom Wifi Manager for my application.

It would be really useful to have also the layout assets if they are available (no idea however of where I can look for taking them :( ).

Thanks :)


Solution

  • You can get then and all the material design icons at the material design resources on github here, they are under the device section. You can also refer to the icons and their locations by this link here to better navigate through the folders. Hope this helps :)