diff --git a/res/drawable/icon.png b/res/drawable/icon.png new file mode 100644 index 0000000..67d5d7b Binary files /dev/null and b/res/drawable/icon.png differ diff --git a/res/layout/about.xml b/res/layout/about.xml new file mode 100644 index 0000000..dbce45d --- /dev/null +++ b/res/layout/about.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml new file mode 100644 index 0000000..a31ec84 --- /dev/null +++ b/res/layout/main.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + diff --git a/res/values/arrays.xml b/res/values/arrays.xml new file mode 100644 index 0000000..4ea0b65 --- /dev/null +++ b/res/values/arrays.xml @@ -0,0 +1,77 @@ + + + + Search + Web Snippets + Local Search + Local Movies + Local Weather + Airports + Area Codes + Calculator + Currency Conversion + Directions + Flights + Glossary + METAR + Maps + Movies + Products + Q&A + Sports + Stocks + Translation + Weather + Zip Codes + + + + %s + web %s + %s %l + movies %%s %l + weather %l + %s airport + area code %s + %s + %s + directions %s + flight %s + define %s + metar %s + map %s + movies %s + price %s + %s + score %s + stock %s + translate %s + weather %s + zip code %s + + + + blockbuster seattle wa + search terms, e.g.: t-mobile g1 + business listing, sushi, pizza, etc. + No query or current movie name + No query required + airport code, e.g.: sfo + area code, e.g.: 650 + 1 us pint in liters, 5+2/2, etc. + 8 usd in yen + pasadena ca to 94043 + aa 2111, ua 14, etc. + word to define, e.g.: zenith + ICAO airport code, e.g.: khio + 5th avenue new york + current movie name boston, ma + ipod 40gb, UPC/ISBN, etc. + india population + NBA/NHL/MLB/NFL/NCAA team + ticker symbol, e.g.: goog + hello in french + new york, ny + 90210 + + diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..9156f9d --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,27 @@ + + + Hello World, GoogSMS + GoogSMS + Query: + Type: + Send via SMS + Your message was sent. + Please enter a query... + Please set your location... + 466453 + © 2008 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net + About + Preferences + OK + Preferences + Set Your Location... + Location + Your current city and state or zip. + e.g.: san francisco ca or 94123 + Set SMS Number... + Google SMS + The short code or number of the Google SMS service. + e.g.: 466453 + prefs_sms + prefs_loc + diff --git a/res/xml/prefs.xml b/res/xml/prefs.xml new file mode 100644 index 0000000..c422559 --- /dev/null +++ b/res/xml/prefs.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file