Here’s my button style:
<style name="StandardButton" parent="@android:style/Widget.Button">
<item name="android:background">@drawable/button_mib_standard</item>
<item name="android:textColor">@drawable/button_text</item>
<item name="android:padding">16dip</item>
<item name="android:textSize">16dip</item>
</style>
Why won’t eclipse list android:margin_layout here?
It should be
android:layout_margin, and even if theADT Plugindoes not autocomplete this for you, it is probably just a bug in theADT Pluginand it should work.