mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-01-09 15:30:06 -05:00
Merge branch 'master' of https://github.com/DjBushido/UNCCGameDay.git
This commit is contained in:
commit
60b266e0aa
@ -35,8 +35,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/transparent"
|
||||
>
|
||||
android:background="@color/pressed_unccgameday" >
|
||||
|
||||
</ListView>
|
||||
|
||||
@ -57,8 +56,7 @@
|
||||
android:layout_span="1"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/button_clear_alerts"
|
||||
android:textColor="@color/black"
|
||||
android:gravity="left|center_vertical"/>
|
||||
android:textColor="@color/black" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/refreshAlertsButton"
|
||||
@ -67,7 +65,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_span="1"
|
||||
android:layout_weight="1"
|
||||
android:gravity="left|center_vertical"
|
||||
android:text="@string/button_refresh_alerts"
|
||||
android:textColor="@color/black" />
|
||||
</TableRow>
|
||||
|
@ -75,7 +75,8 @@
|
||||
android:layout_alignLeft="@+id/studentFirstName"
|
||||
android:layout_below="@+id/studentFirstName"
|
||||
android:ems="10"
|
||||
android:inputType="textPersonName" />
|
||||
android:inputType="textPersonName"
|
||||
android:textColor="@color/black" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/sectionNumber"
|
||||
|
Loading…
Reference in New Issue
Block a user