没有在自定义对话框的单选列表 android 中检查单选按钮?
我正在自定义对话框中处理单选列表,但是在这种情况下,当我单击该项目时,我能够获取该值,但列表中的单选按钮没有任何反应。它仍处于未选中状态。我是否遗漏了某些内容请帮我解决这个问题。谢谢。
<ListView android:layout_marginTop="40dp"
android:id="@+id/list1" android:background="@android:color/transparent"
android:layout_width="fill_parent" android:divider="#781c1e"
android:dividerHeight="1px"
android:layout_height="310dp" />
这是针对行
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorSingle"
android:paddingLeft="6dip"
android:paddingRight="6dip"
android:textColor="#781c1e"
android:textStyle="bold"
android:focusable="true"
android:textSize="17sp"
>>
I am working on single choice list in a custom dialog but in this when I click on the item I able to get the value,but nothing happens to the radio button in the list.It remains in the unchecked state.Am I missing something in this please help me on this.Thanks.
<ListView android:layout_marginTop="40dp"
android:id="@+id/list1" android:background="@android:color/transparent"
android:layout_width="fill_parent" android:divider="#781c1e"
android:dividerHeight="1px"
android:layout_height="310dp" />
This is for the row
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorSingle"
android:paddingLeft="6dip"
android:paddingRight="6dip"
android:textColor="#781c1e"
android:textStyle="bold"
android:focusable="true"
android:textSize="17sp"
/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论