没有在自定义对话框的单选列表 android 中检查单选按钮?

发布于 2025-01-08 19:51:20 字数 995 浏览 0 评论 0原文

我正在自定义对话框中处理单选列表,但是在这种情况下,当我单击该项目时,我能够获取该值,但列表中的单选按钮没有任何反应。它仍处于未选中状态。我是否遗漏了某些内容请帮我解决这个问题。谢谢。

  <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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文