Я сделал свой макет на основе эмулятора, но просто запустил свое приложение на реальном устройстве, и весь макет испортился.Я не знаю, как это исправить.вот код моего xml-файла,
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="@drawable/mainback" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="23dip"
android:layout_marginRight="15dip"
android:layout_marginTop="255dip"
android:orientation="vertical" >
<TextView
android:layout_width="276dp"
android:layout_height="132dp"
android:textSize="15dp"
android:gravity="center_vertical"
android:text="some text"
android:textColor="#4C2016"/>
<Button
android:id="@+id/special"
android:layout_width="131dp"
android:layout_height="40dp"
android:background="@drawable/cc"
android:layout_marginTop="20dip"
android:layout_marginLeft="75dip"
android:textSize="17dp"
android:textStyle="bold"
android:text="Specials"
android:textColor="#F6E6C6" />
</LinearLayout>
`
Было бы здорово, если бы кто-нибудь подскажет, как исправить этот код
Вот снимоко том, как это выглядит в XML-файле
Вот как это выглядит на телефоне,
изображение и текст оранжевого цвета являются частью фонового изображения, а текстовое представление и кнопка добавляются в представление.