功能如标题,直接上代码:(下载这个项目代码,可到我的资源页下载:http://download.youkuaiyun.com/detail/qq_29614465/9434220)
xml文件:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText
android:layout_width="match_parent" //单价
android:layout_height="wrap_content"
android:id="@+id/tv_123"
android:layout_gravity="center_horizontal" />
<EditText
android:layout_width="match_parent" //数量
android:layout_height="wrap_content"