Created GameListActivity to display a list of games.

Set GameListActivity as the main Activity.

Fixed ExaltedDice save instance state methods to restore the picker
values.

Sorted all classes
Change-Id: I6a8a724d831a977aeaff8816c5506246398617b7
This commit is contained in:
2012-02-04 02:34:10 -05:00
parent 157fd5f22d
commit 03d5bc1a77
6 changed files with 319 additions and 110 deletions

View File

@@ -9,7 +9,7 @@
android:icon="@drawable/icon"
android:label="@string/app_name" >
<activity
android:name=".ExaltedDice"
android:name="GameListActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -24,6 +24,8 @@
<activity android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" >
</activity>
<activity android:name="ExaltedDice" >
</activity>
</application>
<uses-sdk android:minSdkVersion="3" />
@@ -32,4 +34,4 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_LOGS" />
</manifest><!-- android:screenOrientation="portrait" -->
</manifest> <!-- android:screenOrientation="portrait" -->