EditText をインジケータとして使用して、リモート デバイスから受け取った値を表示したいと考えています。したがって、EditText 内のテキストは編集可能であってはなりません。どうやってするか ?。
3 に答える
3
代わりにTextViewを使用してください。それがTextViewの目的です。そのドキュメントを読むと、次のように書かれていますIt displays text to the user and optionally allows them to edit it. A TextView is a complete text editor, however the basic class is configured to not allow editing
。
お役に立てれば。
于 2013-08-20T18:17:30.977 に答える