forked from qpliu/incant
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add another story to initial list. Add user interface controls to set…
… Thunderword activity, reworked activitycode parameter.
- Loading branch information
1 parent
53b1dd8
commit 4569fa1
Showing
5 changed files
with
100 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<!-- Value 0 means headless, and we aren't going to give the user that choice in this app's GUI. --> | ||
<string-array name="thunderword_activity_names"> | ||
<item>Bi-directional scrolling</item> | ||
<item>Scrolling</item> | ||
<item>Flexible (incomplete)</item> | ||
<item>Two-Window classic</item> | ||
<item>5 (future)</item> | ||
<item>6 (future)</item> | ||
<item>7 (future)</item> | ||
<item>8 (future)</item> | ||
</string-array> | ||
<string-array name="thunderword_activity_values"> | ||
<item>1</item> | ||
<item>2</item> | ||
<item>3</item> | ||
<item>4</item> | ||
<item>5</item> | ||
<item>6</item> | ||
<item>7</item> | ||
<item>8</item> | ||
</string-array> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters