<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".QQSpace"
android:background="#EAEAEA"
android:padding="16dp"
android:orientation="vertical">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="说点什么吧..."
android:lines="6"
android:background="#ffffff"
android:gravity="top"
android:padding="5dp"
android:inputType="textMultiLine"
android:layout_marginBottom="15dp"
></EditText>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="添加图片"
android:background="#ffffff"
android:drawableLeft="@mipmap/ic_launcher"
android:gravity="center_vertical"
android:padding="10dp"
android:drawablePadding="10dp"
></TextView>
</LinearLayout>
