Skip to content

Commit

Permalink
hzuapps#2 hzuapps#984 第二次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
heyingsen committed Apr 16, 2018
1 parent 3015bfc commit c9b25ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions soft1614080902302/Second/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="soft1614080902302.androidlabs.hzuapps.edu.soft1614080902302activity">


<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down
1 change: 1 addition & 0 deletions soft1614080902302/Second/activity_soft1614080902302.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:layout_height="match_parent"
tools:context=".Soft1614080902302Activity">


<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package soft1614080902302.androidlabs.hzuapps.edu.soft1614080902302activity;


import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
Expand All @@ -9,6 +10,7 @@
import android.view.Menu;
import android.view.MenuItem;


public class Soft1614080902302Activity extends AppCompatActivity {

@Override
Expand Down
3 changes: 2 additions & 1 deletion soft1614080902302/Second/report2.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@ public class Soft1614080902302Activity extends AppCompatActivity {


## 4.实验体会
通过这次实验,我了解到Android的组件,学会了修改标题栏的名字.
通过这次实验,我了解到Android的组件,学会了修改标题栏的名字.

3 changes: 2 additions & 1 deletion soft1614080902302/Second/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<resources>
<resources>
<string name="app_name">Soft1614080902302快递查询系统</string>
<string name="action_settings">Settings</string>
</resources>

0 comments on commit c9b25ed

Please sign in to comment.