ipu的trunk版的android工程和服务端工程。

activity_share.xml 1.1KB

    <LinearLayout 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" android:orientation="vertical" tools:context="com.ai.ipu.mail.MainActivity" > <Button android:id="@+id/btn_mail_file" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="email_file" /> <EditText android:id="@+id/et_receiver" android:layout_width="wrap_content" android:layout_height="wrap_content" android:hint="请输入收件者邮箱" /> <Button android:id="@+id/btn_selectImg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" android:text="选择图片" android:layout_gravity="center"></Button> <EditText android:id="@+id/et_imgpath" android:layout_width="wrap_content" android:layout_height="wrap_content" android:hint="请输入收件者邮箱" /> </LinearLayout>