Grasping at straws here but thought maybe one of you might have insight into my question on Stack Overflow... http://stackoverflow.com/questions/10392688/android-listview-row-layout-ignoring-padding#
<br />
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/Widget.Layout.ComponentEntry" android:padding="@dimen/preferred_padding" /><br />
<include layout="@layout/component_entry_summary" /><br />
</LinearLayout>