EditText中插入图片
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"
相关新闻>>
- 发表评论
-
- 最新评论 更多>>