Created Settings Activity
created a simple settings activity that we can add various settings to. Change-Id: I304454bd5543083bf90d1357da2ca8b8d7f1e37a Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
android:name="ExaltedDice"
|
||||
android:theme="@android:style/Theme.Holo" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="Settings"
|
||||
android:theme="@android:style/Theme.Holo" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
|
||||
Reference in New Issue
Block a user