滚动视图下是否可以使用Spinner进行相对布局?

时间:2015-01-09 11:54:48

标签: android

我正在使用Scroll View,我在其中使用了Spinner的相对布局,但它不起作用。为什么?而如果我使用像编辑文本/文本视图这样的UI元素,那就没关系了。我试过下面的代码,

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true" >

<RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
     >
<Spinner
        android:id="@+id/itr1_personalInfo_gender"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />
</RelativeLayout>
</ScrollView>  

1 个答案:

答案 0 :(得分:0)

我误解了帖子所以我编辑了它 编辑:可以使用 请刚刚发送logcat,你会收到错误