Skip to content

Commit

Permalink
hzuapps#6 hzuapps#1702 实验六代码
Browse files Browse the repository at this point in the history
  • Loading branch information
HxKillua committed Apr 29, 2019
1 parent 8b0bf83 commit 059f4aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions students/com1714080901120/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</activity>
</application>


<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void handleMessage(Message msg) {
};
};


@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:id="@+id/linear"
android:orientation="vertical">


<RelativeLayout
android:id="@+id/textView"
android:layout_width="match_parent"
Expand Down
2 changes: 2 additions & 0 deletions students/com1714080901120/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

<resources>
<string name="app_name">生日管家</string>
<string name="bg_change">更换背景</string>
<string name="file_save">生日存储</string>
</resources>

0 comments on commit 059f4aa

Please sign in to comment.