diff --git a/ExaltedDice/AndroidManifest.xml b/ExaltedDice/AndroidManifest.xml index 1384b6f..2f1b86c 100755 --- a/ExaltedDice/AndroidManifest.xml +++ b/ExaltedDice/AndroidManifest.xml @@ -10,7 +10,8 @@ android:label="@string/app_name" > + android:label="@string/app_name" + android:theme="@android:style/Theme.Holo" > @@ -22,9 +23,13 @@ android:name="ADMOB_PUBLISHER_ID" android:value="a14bad63772f7d3" /> - + - + diff --git a/ExaltedDice/res/layout/dice_selector.xml b/ExaltedDice/res/layout/dice_selector.xml index 9bec117..0f671ad 100644 --- a/ExaltedDice/res/layout/dice_selector.xml +++ b/ExaltedDice/res/layout/dice_selector.xml @@ -8,17 +8,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" - android:layout_marginLeft="10dip" /> - - + android:layout_marginLeft="100dip" />