diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-04 21:15:15 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-04 21:15:15 +0000 |
commit | 9f0e1e1520070a2d73137f799538c44c42c47c0c (patch) | |
tree | 0be4f0a3484ac1cec6078b3c997d3db79820b6af /res/drawable | |
download | southamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar southamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar.gz |
Initial commit.
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/u1_back.xml | 14 | ||||
-rw-r--r-- | res/drawable/u1n_back.xml | 14 | ||||
-rw-r--r-- | res/drawable/u2_back.xml | 14 | ||||
-rw-r--r-- | res/drawable/u6_back.xml | 14 | ||||
-rw-r--r-- | res/drawable/u9_back.xml | 14 |
5 files changed, 70 insertions, 0 deletions
diff --git a/res/drawable/u1_back.xml b/res/drawable/u1_back.xml new file mode 100644 index 0000000..d9f615b --- /dev/null +++ b/res/drawable/u1_back.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <solid android:color="#008BD0" > + </solid> + + <corners + android:bottomLeftRadius="7dp" + android:bottomRightRadius="7dp" + android:topLeftRadius="7dp" + android:topRightRadius="7dp" /> + +</shape>
\ No newline at end of file diff --git a/res/drawable/u1n_back.xml b/res/drawable/u1n_back.xml new file mode 100644 index 0000000..3898629 --- /dev/null +++ b/res/drawable/u1n_back.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <solid android:color="#002F6B" > + </solid> + + <corners + android:bottomLeftRadius="7dp" + android:bottomRightRadius="7dp" + android:topLeftRadius="7dp" + android:topRightRadius="7dp" /> + +</shape>
\ No newline at end of file diff --git a/res/drawable/u2_back.xml b/res/drawable/u2_back.xml new file mode 100644 index 0000000..e1fa567 --- /dev/null +++ b/res/drawable/u2_back.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <solid android:color="#E2001A" > + </solid> + + <corners + android:bottomLeftRadius="7dp" + android:bottomRightRadius="7dp" + android:topLeftRadius="7dp" + android:topRightRadius="7dp" /> + +</shape>
\ No newline at end of file diff --git a/res/drawable/u6_back.xml b/res/drawable/u6_back.xml new file mode 100644 index 0000000..cd60db7 --- /dev/null +++ b/res/drawable/u6_back.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <solid android:color="#F7A800" > + </solid> + + <corners + android:bottomLeftRadius="7dp" + android:bottomRightRadius="7dp" + android:topLeftRadius="7dp" + android:topRightRadius="7dp" /> + +</shape>
\ No newline at end of file diff --git a/res/drawable/u9_back.xml b/res/drawable/u9_back.xml new file mode 100644 index 0000000..6216ebc --- /dev/null +++ b/res/drawable/u9_back.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <solid android:color="#E75294" > + </solid> + + <corners + android:bottomLeftRadius="7dp" + android:bottomRightRadius="7dp" + android:topLeftRadius="7dp" + android:topRightRadius="7dp" /> + +</shape>
\ No newline at end of file |