本次作业仅限于非选秀安卓移动开发专业使用,由于学习时间不长,书写中会出现一些问题,请见谅,本代码可以直接复制使用,不需要修改,这次开发也分为五个板块,前四个板块主要说明四项基本功能,后一个板块简单介绍使用情况!
login
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/ic_launcher"
android:gravity="center_horizontal"
android:orientation="vertical" >
<TextView
style="@style/textstyle"
android:gravity="center"
android:text="@string/login"
android:textColor="@color/orange"
android:textSize="24sp"/>
<!-- input account -->
<EditText
android:id="@+id/editPhone"
style="@style/textstyle"
android:layout_width="fill_parent"
android:hint="手机号"
android:line