So I read up on widget sizes and created a 250dpX72dp widget, expecting it to take up 4 columns by one row. On my 2.2 device it does indeed show as expected, but on my 4.2 device it suddenly takes up 4x2.
I thought the size per cell was calculated as (cells * 74) - 2.
The widget definition is as follows:
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/widget"
android:minHeight="72dp"
android:minWidth="250dp"
/>