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

@@ -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"