Skip to content

Commit

Permalink
Merge pull request #294 from 14YuQingBin/master
Browse files Browse the repository at this point in the history
#3 #129 第三次作业
  • Loading branch information
zengsn authored May 12, 2017
2 parents 357c64a + 32ca578 commit c897d12
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package edu.hzuapps.androidlabs.homeworks.net1414080903130;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;

import edu.hzuapps.androidlabs.R;
import edu.hzuapps.androidlabs.R;

public class Net1414080903130CustomerActivity extends AppCompatActivity {
EditText a,b,c,d,e;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package edu.hzuapps.androidlabs.homeworks.net1414080903130;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;

import edu.hzuapps.androidlabs.R;
import edu.hzuapps.androidlabs.R;

public class Net1414080903130EmployeesActivity extends AppCompatActivity {
EditText a,b,c,d;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package edu.hzuapps.androidlabs.homeworks.net1414080903130;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;

import edu.hzuapps.androidlabs.R;
import edu.hzuapps.androidlabs.R;

public class Net1414080903130EnrollActivity extends AppCompatActivity {
EditText a,b,c,d;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package edu.hzuapps.androidlabs.homeworks.net1414080903130;

import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;

import edu.hzuapps.androidlabs.R;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;

import edu.hzuapps.androidlabs.R;

public class Net1414080903130LoginActivity extends AppCompatActivity {

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AndroidLabs/app/src/main/res/drawable/enroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AndroidLabs/app/src/main/res/drawable/main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:background="@drawable/cusstomer">

<LinearLayout
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:background="@drawable/enployee">

<LinearLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -155,7 +156,7 @@
android:text="员工信息"
android:textSize="28dp"
android:layout_marginStart="25dp"
android:layout_centerHorizontal="true" />
android:layout_centerHorizontal="true"/>

<Button
android:id="@+id/employees_input"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:background="@drawable/enroll">

<LinearLayout
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@drawable/main">
<View
android:layout_width="match_parent"
android:layout_height="50dp"
Expand Down

0 comments on commit c897d12

Please sign in to comment.