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

Apps screen widget size

Hi,
I have a screen widget.I use the 4x1 frame form here. The problem is that every frame occupies the same size on the screen :S
Ι want the frame to occupy more space on the screen.How can I do this?
 
I'm not sure if I can solve your problem but post your code and I'll take a look at it, though, are you defining the widget size in the widget provider?

for example do you have code looking like this

android:minWidth="146dip"
android:minHeight="138dip"

in your widget provider.xml ?
 
Back
Top Bottom