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:
@@ -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" -->
|
||||
|
||||
Reference in New Issue
Block a user