mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Changed registration button
This commit is contained in:
parent
cf92d33d17
commit
f9af985dd6
@ -13,7 +13,7 @@
|
|||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/GameDayTheme"
|
android:theme="@style/AppBaseTheme"
|
||||||
android:name="com.uncc.gameday.GameDay" >
|
android:name="com.uncc.gameday.GameDay" >
|
||||||
<activity
|
<activity
|
||||||
android:name="com.uncc.gameday.activities.Alerts"
|
android:name="com.uncc.gameday.activities.Alerts"
|
||||||
|
@ -31,26 +31,25 @@
|
|||||||
|
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/buttonRegister"
|
android:id="@+id/Button1"
|
||||||
style="@style/GameDayTheme"
|
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_marginBottom="15dp"
|
android:layout_marginBottom="15dp"
|
||||||
android:gravity="center_horizontal|center_vertical"
|
android:gravity="center_horizontal|center_vertical"
|
||||||
|
android:onClick="onClick"
|
||||||
android:text="@string/button_register"
|
android:text="@string/button_register"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/white"
|
||||||
android:onClick="onClick"/>
|
style="?android:attr/buttonStyleSmall"
|
||||||
|
android:background="#488214" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/editRowNumber"
|
android:id="@+id/editRowNumber"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_above="@+id/buttonRegister"
|
android:layout_above="@+id/Button1"
|
||||||
android:layout_alignLeft="@+id/buttonRegister"
|
android:layout_alignLeft="@+id/Button1"
|
||||||
android:layout_marginBottom="70dp"
|
android:layout_marginBottom="70dp"
|
||||||
android:ems="10"
|
android:ems="10"
|
||||||
android:inputType="number"
|
android:inputType="number"
|
||||||
@ -62,7 +61,7 @@
|
|||||||
android:id="@+id/checkBoxBroadcastInfo"
|
android:id="@+id/checkBoxBroadcastInfo"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_above="@+id/buttonRegister"
|
android:layout_above="@+id/Button1"
|
||||||
android:layout_alignLeft="@+id/editRowNumber"
|
android:layout_alignLeft="@+id/editRowNumber"
|
||||||
android:layout_marginBottom="30dp"
|
android:layout_marginBottom="30dp"
|
||||||
android:text="@string/check_box_broadcast"
|
android:text="@string/check_box_broadcast"
|
||||||
|
Loading…
Reference in New Issue
Block a user