<FrameLayout android:id="@+id/frameLayout1"
android:layout_width="fill_parent" android:layout_height="fill_parent">

<LinearLayout android:id="@+id/layout"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:layout_gravity="bottom" android:orientation="horizontal">

<EditText android:id="@+id/content" android:layout_width="250dip"
android:layout_height="35dip" android:background="@android:drawable/editbox_background"
android:text="13255555555" />

<Button android:id="@+id/say" android:layout_width="70dip"
android:layout_height="35dip" android:text="submit" />

</LinearLayout>
</FrameLayout>

更多相关文章

  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. LinearLayout按下(pressed)或获取焦点(foc
  3. Android数据共享 sharedPreferences 的使
  4. 他山之石——Android仿新浪微博底栏(Frag
  5. android dp 和 px 的相互转换
  6. android 取消edittext自动获取焦点弹出输
  7. Android硬件访问服务 (硬核最终篇)
  8. 用uliweb 创建项目
  9. Android手势翻页实现
  10. Android学习笔记_31_通过后台代码生成Vie