亥, 我在该页面中有自定义列表视图应具有水平滚动文本。但水平文本不滚动。所以请帮助我。
我使用了以下xml代码。
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:layout_x="2px"
android:layout_y="690px"
android:background="@drawable/bg_1"
android:textColor="#cc0000"
android:scrollHorizontally="true"
android:singleLine="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:ellipsize="marquee"
/>
提前谢谢你。
答案 0 :(得分:0)
不是“椭圆形”是一个错字吗?你的意思是“省略号”吗?
答案 1 :(得分:0)
set listview focusable is false
listview.setfocusable(false);