mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Background color changes
This commit is contained in:
parent
f6da66101d
commit
108f7b66d2
@ -2,7 +2,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="#daa520">
|
||||
android:background="#7d9a43">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/alerts_label_alerts_to_receive"
|
||||
|
@ -3,7 +3,7 @@
|
||||
android:id="@+id/TableLayout1"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#daa520"
|
||||
android:background="#7d9a43"
|
||||
tools:context=".Home" >
|
||||
|
||||
<TableRow
|
||||
|
@ -6,7 +6,7 @@
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
android:background="#daa520"
|
||||
android:background="#7d9a43"
|
||||
tools:context=".Parking" >
|
||||
|
||||
<TextView
|
||||
|
@ -6,7 +6,7 @@
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
android:background="#daa520"
|
||||
android:background="#7d9a43"
|
||||
tools:context=".Registration" >
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user