<EditText android:id="@+id/embedded_text_editor"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:autoText="true" android:capitalize="sentences"
android:nextFocusRight="@+id/send_button"
android:hint="@string/type_to_compose_text_enter_to_send"
android:maxLines="4"
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
android:imeOptions="actionSend|flagNoEnterAction"
android:background="@null" android:maxLength="1000" />

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)实时视频采集
  2. android之Uri的使用简介\Uri与path相互
  3. android异步更新UI
  4. Android——消息机制
  5. 基于rtmp协议流媒体开发值得参考文章
  6. 【Android】Android SDK下载和更新失败的
  7. Android如何发邮件?
  8. 基于Android Volley的网络请求工具
  9. 关于android WebViewClient和WebChromeCl
  10. Android wakeLock 分析