android将EditText设置为只可点击 不弹出软键盘不显示光标

         

重点:

            android:inputType="none"
            android:focusable="false"
            android:cursorVisible="false"

加上这三个属性即可。

你可能感兴趣的:(android常用记录)