homescreen - How to increase icons size on Android Home Screen? -
i trying make changes default android home screen (like changing cell dimensions, number of elements per row etc) , wondering if there way can change apps icon sizes placed on home screen?
i know platform takes care of picking right dimension image ldpi (36x36), mdpi (48x48) or hdpi (72x72) directory based on screen density, know if there way increase icon sizes when application icons put on home screen irrespective of screen density?
unless write own homescreen launcher or use existing 1 goolge play, there's "no way" resize icons.
well, "no way" not mean impossible:
- as said, can write your own launcher discussed in stackoverflow.
- you can resize elements on home screen, these elements appwidgets. since api level 14 can resized , user can - in limits - change size. widgets not shortcuts launching icons.
Comments
Post a Comment