У меня возникла странная проблема в моем проекте при создании простого XML-проекта:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:background="#FF0000"
    android:layout_marginLeft="30dp"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <Button
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="New Button"
        android:id="@+id/button" 
        android:layout_gravity="left|center_vertical"/>
Теперь посмотрим разницу, это вид в 4.2.2:
 
И это в 2.3.3:
 
Был бы признателен, если кто-то может мне помочь. спасибо
