Posts by Rodrigo • 11 points
2 posts
- 
		0 votes1 answer33 viewsA: Customization of the MenuTo exchange the font add the following class to your project: import android.graphics.Paint; import android.graphics.Typeface; import android.text.TextPaint; import android.text.style.TypefaceSpan;… 
- 
		1 votes2 answers1060 viewsQ: Map does not appear in applicationI’m adding a feature in an app of mine that will show specific locations near the user. ( Follow the example that struck me ) Follow screen print on Activity: EDIT: E/Google Maps Android API(21658):…