summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJacek Surazski <jaceks@google.com>2009-08-25 17:33:12 +0200
committerJacek Surazski <jaceks@google.com>2009-08-25 17:33:12 +0200
commit1d3117595c5849929588741c4ded20ceb26e7336 (patch)
treede415add5c7826b1b4cd0946d656832b6129398a /res/drawable
parent38b590beac50017bf1b065eddea9c96d7b4bc7ab (diff)
downloadandroid_packages_apps_ExactCalculator-1d3117595c5849929588741c4ded20ceb26e7336.tar.gz
android_packages_apps_ExactCalculator-1d3117595c5849929588741c4ded20ceb26e7336.tar.bz2
android_packages_apps_ExactCalculator-1d3117595c5849929588741c4ded20ceb26e7336.zip
Give Calculator a screen-size agnostic, more moddern look.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/blue_button.xml21
-rw-r--r--res/drawable/button.pngbin3020 -> 0 bytes
-rw-r--r--res/drawable/button.xml21
-rw-r--r--res/drawable/button_bg.pngbin1412 -> 0 bytes
-rw-r--r--res/drawable/lcd.9.pngbin2209 -> 0 bytes
-rw-r--r--res/drawable/small_button.9.pngbin570 -> 0 bytes
-rw-r--r--res/drawable/small_button_pressed.9.pngbin873 -> 0 bytes
-rw-r--r--res/drawable/small_button_stateful.xml4
8 files changed, 42 insertions, 4 deletions
diff --git a/res/drawable/blue_button.xml b/res/drawable/blue_button.xml
new file mode 100644
index 0000000..f4d6059
--- /dev/null
+++ b/res/drawable/blue_button.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient android:startColor="#071622" android:endColor="#253541"
+ android:angle="90"/>
+ <corners android:radius="0dp" />
+</shape>
diff --git a/res/drawable/button.png b/res/drawable/button.png
deleted file mode 100644
index f28073c..0000000
--- a/res/drawable/button.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/button.xml b/res/drawable/button.xml
new file mode 100644
index 0000000..e5112ee
--- /dev/null
+++ b/res/drawable/button.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient android:startColor="#000000" android:endColor="#333333"
+ android:angle="90"/>
+ <corners android:radius="0dp" />
+</shape>
diff --git a/res/drawable/button_bg.png b/res/drawable/button_bg.png
deleted file mode 100644
index 83eeb0f..0000000
--- a/res/drawable/button_bg.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lcd.9.png b/res/drawable/lcd.9.png
deleted file mode 100644
index 942ede9..0000000
--- a/res/drawable/lcd.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/small_button.9.png b/res/drawable/small_button.9.png
deleted file mode 100644
index c6b60a8..0000000
--- a/res/drawable/small_button.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/small_button_pressed.9.png b/res/drawable/small_button_pressed.9.png
deleted file mode 100644
index 5b5c866..0000000
--- a/res/drawable/small_button_pressed.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/small_button_stateful.xml b/res/drawable/small_button_stateful.xml
deleted file mode 100644
index a3326dd..0000000
--- a/res/drawable/small_button_stateful.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true" android:drawable="@drawable/small_button_pressed" />
- <item android:drawable="@drawable/small_button" />
-</selector>