mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-04 23:28:12 -05:00
Changed registration button
This commit is contained in:
parent
cf92d33d17
commit
f9af985dd6
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user