本帖最后由 yang79tao 于 2010-12-16 12:37:16 编辑

解决方案 »

  1.   

    android:inputType="textPassword | textMultiLine"
    一般是这样写,在文档上看到的,没有使用过。
      

  2.   

    楼上那样我当然试过的,我这边里显示错误。
    error: Error: String types not allowed (at 'inputType' with value 'textPassword | textMultiLine').
      

  3.   

    android:inputType="textPassword | textMultiLine"
      

  4.   

    android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine|textImeMultiLine"