Removed "Number" from dice selector Updated activity themes to use holo theme Change-Id: Ie7100b1c6881bd0dac56f70833c7bc44162f0d67 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
20 lines
695 B
XML
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> |