reorg
This commit is contained in:
8
ExaltedDice/res/values/array.xml
Normal file
8
ExaltedDice/res/values/array.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="hello_msg"><item>Welcome to ExaltedDice!</item>
|
||||
<item>Press the - button to lower your dice count by 1, or long press to continuously lower the dice count.</item><item>Press the + button to raise your dice count by 1, or long press to continuously raise the dice count.</item><item>When you press Roll, Your Results Will Be Displayed Here</item>
|
||||
|
||||
|
||||
</string-array>
|
||||
</resources>
|
||||
10
ExaltedDice/res/values/attrs.xml
Normal file
10
ExaltedDice/res/values/attrs.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="com.admob.android.ads.AdView">
|
||||
<attr name="backgroundColor" format="color" />
|
||||
<attr name="primaryTextColor" format="color" />
|
||||
<attr name="secondaryTextColor" format="color" />
|
||||
<attr name="keywords" format="string" />
|
||||
<attr name="refreshInterval" format="integer" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
12
ExaltedDice/res/values/strings.xml
Executable file
12
ExaltedDice/res/values/strings.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Exalted Dice</string>
|
||||
|
||||
<string name="rolled">Rolled: </string>
|
||||
|
||||
|
||||
|
||||
|
||||
<string name="email">twentycodes@gmail.com</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user