在Android上使用设备的无组织图像按钮模拟器

时间:2014-02-07 10:00:09

标签: android

我正在使用一些图像按钮开发xml,图像按钮在模拟器中正确显示但是它在

上解散

设备(例如galaxy fit)

如模拟器https://www.dropbox.com/s/qeecp868ht61sck/emulator.jpg和galaxy fit https://www.dropbox.com/s/23r9tvtp0tcn7bs/fit.jpg

所述

我能做什么?

这是我的xml:

 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:tools="http://schemas.android.com/tools"
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 tools:context=".Main"
 android:background="@drawable/backmain" >

 <ImageButton
    android:id="@+id/btnfehrest"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentTop="true"
    android:layout_centerHorizontal="true"
    android:layout_marginTop="53dp"
    android:background="@null"
    android:src="@drawable/fehrest" />

 <ImageButton
    android:id="@+id/btndarbareh"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentLeft="true"
    android:layout_below="@+id/btnfehrest"
    android:layout_marginLeft="21dp"
    android:background="@null"
    android:src="@drawable/darbareh" />

 <ImageButton
    android:id="@+id/btnmahsulat"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentRight="true"
    android:layout_alignTop="@+id/btndarbareh"
    android:layout_marginRight="17dp"
    android:background="@null"
    android:src="@drawable/mahsulat" />

 <ImageButton
    android:id="@+id/btnkhoruj"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_below="@+id/btndarbareh"
    android:layout_centerHorizontal="true"
    android:background="@null"
    android:src="@drawable/khoruj" />

 <FrameLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerHorizontal="true"
    android:layout_centerVertical="true" >

    <ImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/main"
        android:scaleType="fitXY" />

 </FrameLayout>

</RelativeLayout>

1 个答案:

答案 0 :(得分:0)

删除所有layout_alignParent它将起作用