<TextView? ? ??? ? ? ? android:layout_width="wrap_content"? ? ? ? android:layout_height="wrap_content"? ? ? ? android:text="@string/paomadeng"? ? ? ? android:singleLine="true"? ? ? ? android:ellipsize="marquee"? ? ? ? android:focusable="true"? ? ? ? android:focusableInTouchMode="true"? ? ? ? ?/>
1 回答
已采納

習(xí)慣受傷
TA貢獻(xiàn)885條經(jīng)驗(yàn) 獲得超1144個(gè)贊
解決方法有兩種,1,重寫(xiě)textview,讓focusable返回true(我記憶是這樣的,具體哪個(gè)方法上電腦我看),優(yōu)點(diǎn):簡(jiǎn)單,快速。缺點(diǎn):如果其他控件獲取了焦點(diǎn),滾動(dòng)會(huì)變得一卡一卡的。2,自定義組件,優(yōu)點(diǎn):效果完美,缺點(diǎn):需要自己寫(xiě)代碼開(kāi)發(fā)。
- 1 回答
- 0 關(guān)注
- 1165 瀏覽
添加回答
舉報(bào)
0/150
提交
取消