• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Opinion request about doing menus with images

jonathanrz

Member
Hi

I'm developing a game, is pretty simple, so I'm not using any graphical library.

I'm creating the menu, I thought in just make a lot os textview changing the font, size and color, to look like a game menu, but I didn't find a way to change the font. So I did a GridView where each option is a image, is working fine for me, but I wondered, is the best way?

Pros, how do you make custom menus?
 
You can alter the font size of a TextView by changing the android:fontSize XML attribute. With that said, the best way depends entirely on your UI design.
 
Back
Top Bottom