Updated UI

Removed "Number" from dice selector

Updated activity themes to use holo theme

Change-Id: Ie7100b1c6881bd0dac56f70833c7bc44162f0d67
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-05 17:26:17 -05:00
parent 397baca5a7
commit 8e92e1f9f2
2 changed files with 9 additions and 14 deletions

View File

@@ -10,7 +10,8 @@
android:label="@string/app_name" >
<activity
android:name="GameListActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -22,9 +23,13 @@
android:name="ADMOB_PUBLISHER_ID"
android:value="a14bad63772f7d3" />
<activity android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" >
<activity
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
android:theme="@android:style/Theme.Holo" >
</activity>
<activity android:name="ExaltedDice" >
<activity
android:name="ExaltedDice"
android:theme="@android:style/Theme.Holo" >
</activity>
</application>

View File

@@ -8,17 +8,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginLeft="10dip" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dip"
android:layout_toRightOf="@id/d_Picker"
android:text="Number"
android:textAppearance="?android:attr/textAppearanceLarge" />
android:layout_marginLeft="100dip" />
<NumberPicker
android:id="@+id/number_Picker"