From 8e92e1f9f2cf3ce9c870691815d3fbcb5eee8c45 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 5 Feb 2012 17:26:17 -0500 Subject: [PATCH] Updated UI Removed "Number" from dice selector Updated activity themes to use holo theme Change-Id: Ie7100b1c6881bd0dac56f70833c7bc44162f0d67 Signed-off-by: Ricky Barrette --- ExaltedDice/AndroidManifest.xml | 11 ++++++++--- ExaltedDice/res/layout/dice_selector.xml | 12 +----------- 2 files changed, 9 insertions(+), 14 deletions(-) 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" />