mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-12-04 13:58:11 -05:00
Changed background to orange
This commit is contained in:
parent
21e2e0bc7f
commit
2d68d3bc72
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user