EditText中插入图片

来源:未知 责任编辑:责任编辑 发表时间:2013-11-26 22:14 点击:

main.xml如下:

[html]
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    tools:context=".MainActivity" > 
 
    <TextView 
        android:layout_width="wrap_content" 
        android:layout_height="wrap_content" 
        android:layout_centerHorizontal="true" 
        android:layout_marginTop="20dip" 
        android:textSize="18sp" 
        android:text="测试:往EditText中插入图片" /> 
     
    <EditText  
        android:id="@+id/editText" 
        android:layout_width="fill_parent" 
        android:layout_marginLeft="30dip" 
        android:layout_marginRight="30dip" 
        android:layout_height="180dip" 
        android:layout_marginTop="50dip" 
        android:hint="插入表情" 
        /> 
     
     <Button  
        android:id="@+id/button" 
        android:layout_width="fill_parent" 
        android:layout_marginLeft="30dip" 
        android:layout_marginRight="30dip" 
        android:layout_height="80dip" 
        android:layout_marginTop="250dip" 
        android:hint="插入表情" 
        /> 
 
</RelativeLayout> 

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"

发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • WordPress添加百度喜欢按钮小技巧
  • Wordpress 博客如何实现自定义Gravatar头像
  • 网站设计分析:建立良好的视觉层级
  • 网站设计分析:“中国式设计”的三个方向
  • 案例分析:奥巴马筹款网站的制作过程
  • 创建不平衡的平衡:在网页设计中使用不对称设计
  • 7大主流B2C首页导航栏设计对比分析
  • Wordpress页面模板制作方法及使用
  • css控制文字前的小图标
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1