forked from newubuntu/flexible_UI_Using_Fragments_Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
23 lines (19 loc) · 662 Bytes
/
strings.xml
File metadata and controls
23 lines (19 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">NewByVivz</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string-array name="chapters">
<item>Chapter 1</item>
<item>Chapter 2</item>
<item>Chapter 3</item>
<item>Chapter 4</item>
</string-array>
<string-array name="description">
<item>Description 1</item>
<item>Description 2</item>
<item>Description 3</item>
<item>Description 4</item>
</string-array>
<string name="title_activity_another">MainActivity</string>
</resources>