mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-04 23:28:12 -05:00
Remove the "Broadcast Information" checkbox
This commit is contained in:
parent
721882a492
commit
0aa3c5eda4
@ -56,19 +56,6 @@
|
||||
android:inputType="number"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/checkBoxBroadcastInfo"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/buttonRegister"
|
||||
android:layout_alignLeft="@+id/editRowNumber"
|
||||
android:layout_marginBottom="30dp"
|
||||
android:text="@string/check_box_broadcast"
|
||||
android:textColor="@color/white"
|
||||
style="@style/GameDayTheme"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/studentRow"
|
||||
android:layout_width="wrap_content"
|
||||
|
Loading…
Reference in New Issue
Block a user