android spinner 值在页面上不显示,只有两个点

点开下拉列表是正常的,能显示。但是选择之后在界面上还是只有两个点。我的xml是这样的<LinearLayoutandroid:layout_width="fill_par... 点开下拉列表是正常的,能显示。但是选择之后在界面上还是只有两个点。我的xml是这样的<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:paddingLeft="10dip" android:paddingRight="10dip" android:paddingTop="5dip" > <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="1" android:textSize="16dip" android:text="@string/addnodes_earnings" /> <Spinner android:id="@+id/sp_moreaction_earnings" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight="7" > </Spinner> </LinearLayout>代码// 类型 mSpinnerType = (Spinner) this.findViewById(R.id.sp_addnodes_type); // 将可选内容与mSpinnerType连接起来 ArrayAdapter<String> adapterType = new ArrayAdapter<String>(this, R.layout.addnodes_earnings, types); // 设置下拉列表的风格 adapterType.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); // 将adapterType 添加到mSpinnerType中 mSpinnerType.setAdapter(adapterType); 小菜鸟求大神知道,已哭晕 展开
 我来答
专业三维可视化三维重建软件开发
2016-05-13 · TA获得超过352个赞
知道小有建树答主
回答量:403
采纳率:87%
帮助的人:158万
展开全部
可能是你的字体太大了,把字体设置小些或者把显示区域设置大一些。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式