Changed registration button

This commit is contained in:
RowenaWinston 2013-12-08 20:56:07 -05:00
parent cf92d33d17
commit f9af985dd6
2 changed files with 9 additions and 10 deletions

View File

@ -13,7 +13,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/GameDayTheme"
android:theme="@style/AppBaseTheme"
android:name="com.uncc.gameday.GameDay" >
<activity
android:name="com.uncc.gameday.activities.Alerts"

View File

@ -31,26 +31,25 @@
<requestFocus />
<Button
android:id="@+id/buttonRegister"
style="@style/GameDayTheme"
android:id="@+id/Button1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="15dp"
android:gravity="center_horizontal|center_vertical"
android:onClick="onClick"
android:text="@string/button_register"
android:textColor="@color/black"
android:onClick="onClick"/>
android:textColor="@color/white"
style="?android:attr/buttonStyleSmall"
android:background="#488214" />
<EditText
android:id="@+id/editRowNumber"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/buttonRegister"
android:layout_alignLeft="@+id/buttonRegister"
android:layout_above="@+id/Button1"
android:layout_alignLeft="@+id/Button1"
android:layout_marginBottom="70dp"
android:ems="10"
android:inputType="number"
@ -62,7 +61,7 @@
android:id="@+id/checkBoxBroadcastInfo"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/buttonRegister"
android:layout_above="@+id/Button1"
android:layout_alignLeft="@+id/editRowNumber"
android:layout_marginBottom="30dp"
android:text="@string/check_box_broadcast"