I want to design custom icons for an Android app using Google Maps v2. I know there are a bunch of design resources which describe how one would create icons for various devices and densities. Here are some information sources:
The Android SDK contains a sample project called maps
. Though it does not contain marker icons in the resource folder.
Sample project in:
$ANDROID_HOME/extras/google/google_play_services/samples/maps/
But how would you create marker icons for Google Maps similar to those seen on the following screenshot:
Is there any style guide telling about icon sizes for densities such as ldpi
, mdpi
, hdpi
, xhdpi
, xxhdpi
or tvdpi
?