Button控件設置不能點擊


想要把button設置開始就不能進行點擊,在清單文件中button的設置如下

1         <Button 
2             android:layout_width="wrap_content"
3             android:layout_height="wrap_content"
4             android:text="停止"
5             android:onClick="stopvideo"
6             android:enabled="false"
7             android:layout_marginRight="10dp"
8             />

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM