HT
好的,我已经为自己解决了这个问题,对于将来可能需要这个的其他人来说,main.xml 如下所示:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> <Gallery xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/gallery" android:layout_width="fill_parent" android:layout_height="wrap_content" /> <ImageView android:id="@+id/image1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/gallery" android:layout_alignParentRight="true" android:layout_marginLeft="10dip" /></RelativeLayout>
ok, I have figured it out for myself, for others who may need this in the future, the main.xml looks below:
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
好的,我已经为自己解决了这个问题,对于将来可能需要这个的其他人来说,main.xml 如下所示:
ok, I have figured it out for myself, for others who may need this in the future, the main.xml looks below: