Skip to content

Commit 1d0cefa

Browse files
committed
add string.xml(network.xml,toast.xml)
1 parent a4d1262 commit 1d0cefa

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

gen/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/com
1+
/com/
2+
/.gitignore

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
# Project target.
1414
target=android-14
15-
android.library.reference.1=../../../Open-source/Android-PullToRefresh-master/library
15+
android.library.reference.1=../library

res/values/network.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="networkexception">网络异常</string>
4+
</resources>

res/values/toast.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="switch2Day">已切回日间模式</string>
4+
<string name="switch2Night">夜间模式已启用</string>
5+
6+
<string name="loggedon">你已登陆</string>
7+
<string name="exitEdit">按下返回键退出编辑模式</string>
8+
9+
<string name="twice2Exit">再按下退出程序</string>
10+
</resources>

0 commit comments

Comments
 (0)