-1

I'm going to create a banner at the top of screen. But I don't know how to fits all different kinds of screen.

Bagusflyer
  • 12,675
  • 21
  • 96
  • 179
  • And I don't think that question is what I want. I don't want to use admob at first. I'll use my own banner. But I want it to show on all devices full width, but maybe the fix height. – Bagusflyer Jul 10 '13 at 15:44

1 Answers1

0

I would assume you want to use the different resolution folders provided in the Android application structure. You would need to create a banner for each type: ldpi, mdpi, hdpi, xhdpi and then Android would determine which one to use based on the resolution of the device that is using your application. http://developer.android.com/guide/practices/screens_support.html

mpaczesny
  • 11
  • 2