ExaltedDice.java

i have implemented methods from NumberPicker.java from the android source so i can use their method of filtering out anything that is not a number.

i have incremented the version / build number
from b11 to b12
This commit is contained in:
2010-09-21 16:00:33 +00:00
parent a6dc0e9082
commit 890f1f04ff
5 changed files with 225 additions and 187 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCode.android.ExaltedDice"
android:versionCode="11" android:versionName="1.0.0">
android:versionName="1.0.0" android:versionCode="12">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".ExaltedDice"