Files
exalted_dice/ExaltedDice/res/layout/dice_selector.xml
Ricky Barrette 8e92e1f9f2 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>
2012-02-05 17:26:17 -05:00

20 lines
695 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<NumberPicker
android:id="@+id/d_Picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginLeft="100dip" />
<NumberPicker
android:id="@+id/number_Picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toRightOf="@+id/textView2" />
</RelativeLayout>