Framelayout问题

时间:2013-04-08 14:04:53

标签: android android-layout

我尝试使用Framelayout创建布局。

下面的代码,我尝试但没有得到输出。我希望输出像图像。

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="left|top"
            android:src="@drawable/login_arrow" />

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="right|bottom"
            android:src="@drawable/login_fbsignup" />
    </FrameLayout>

enter image description here

1 个答案:

答案 0 :(得分:0)

我使用RelativeLayout代替FrameLayout。但更重要的是,我只需制作一张图片并使用没有任何布局容器