Hi there!
I tested SMART banner today with SDK 6.4.1. on several phones (S2, S4, etc) and tablets (7", 10")
It seems very smart :) except of situation that seems as bug for me: on 10" android tablet (Asus Infinity 1920x1080) in landscape mode sometimes it takes full width. For me it seems like image banners works correctly - its takes only part of width and centered, but for text banners we have completely different situation - they takes full width and aligned to left. I sure that my users will not like it.
Any workaround for the issue?
I tried android:layout_width="wrap_content" for LinearLayout that contains the banner - nothing happens, it still takes full width. I also tried to set android:layout_width="1300dp" for the linear layout, it makes the banner not showing at all.
Currently I thinking about of detecting 10" tablets programmaticaly and force AdView to use FULL_BANNER or simple BANNER in such case.
Thanks,
Oleksiy.