diff options
Diffstat (limited to 'phonegap/Android/res')
-rw-r--r-- | phonegap/Android/res/drawable-hdpi/ic_action_search.png | bin | 3120 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/drawable-hdpi/ic_launcher.png | bin | 3014 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/drawable-ldpi/ic_launcher.png | bin | 1504 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/drawable-mdpi/ic_action_search.png | bin | 3030 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/drawable-mdpi/ic_launcher.png | bin | 1969 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/drawable-xhdpi/ic_action_search.png | bin | 3199 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/drawable-xhdpi/ic_launcher.png | bin | 4006 -> 0 bytes | |||
-rw-r--r-- | phonegap/Android/res/layout/activity_main.xml | 14 | ||||
-rw-r--r-- | phonegap/Android/res/menu/activity_main.xml | 6 | ||||
-rw-r--r-- | phonegap/Android/res/values-v11/styles.xml | 5 | ||||
-rw-r--r-- | phonegap/Android/res/values-v14/styles.xml | 5 | ||||
-rw-r--r-- | phonegap/Android/res/values/strings.xml | 9 | ||||
-rw-r--r-- | phonegap/Android/res/xml/config.xml | 56 |
13 files changed, 0 insertions, 95 deletions
diff --git a/phonegap/Android/res/drawable-hdpi/ic_action_search.png b/phonegap/Android/res/drawable-hdpi/ic_action_search.png Binary files differdeleted file mode 100644 index 67de12dec..000000000 --- a/phonegap/Android/res/drawable-hdpi/ic_action_search.png +++ /dev/null diff --git a/phonegap/Android/res/drawable-hdpi/ic_launcher.png b/phonegap/Android/res/drawable-hdpi/ic_launcher.png Binary files differdeleted file mode 100644 index a301d5795..000000000 --- a/phonegap/Android/res/drawable-hdpi/ic_launcher.png +++ /dev/null diff --git a/phonegap/Android/res/drawable-ldpi/ic_launcher.png b/phonegap/Android/res/drawable-ldpi/ic_launcher.png Binary files differdeleted file mode 100644 index 2c2a58b2f..000000000 --- a/phonegap/Android/res/drawable-ldpi/ic_launcher.png +++ /dev/null diff --git a/phonegap/Android/res/drawable-mdpi/ic_action_search.png b/phonegap/Android/res/drawable-mdpi/ic_action_search.png Binary files differdeleted file mode 100644 index 134d5490b..000000000 --- a/phonegap/Android/res/drawable-mdpi/ic_action_search.png +++ /dev/null diff --git a/phonegap/Android/res/drawable-mdpi/ic_launcher.png b/phonegap/Android/res/drawable-mdpi/ic_launcher.png Binary files differdeleted file mode 100644 index f91f736fe..000000000 --- a/phonegap/Android/res/drawable-mdpi/ic_launcher.png +++ /dev/null diff --git a/phonegap/Android/res/drawable-xhdpi/ic_action_search.png b/phonegap/Android/res/drawable-xhdpi/ic_action_search.png Binary files differdeleted file mode 100644 index d699c6b37..000000000 --- a/phonegap/Android/res/drawable-xhdpi/ic_action_search.png +++ /dev/null diff --git a/phonegap/Android/res/drawable-xhdpi/ic_launcher.png b/phonegap/Android/res/drawable-xhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 96095ec84..000000000 --- a/phonegap/Android/res/drawable-xhdpi/ic_launcher.png +++ /dev/null diff --git a/phonegap/Android/res/layout/activity_main.xml b/phonegap/Android/res/layout/activity_main.xml deleted file mode 100644 index 0b4ffccc1..000000000 --- a/phonegap/Android/res/layout/activity_main.xml +++ /dev/null @@ -1,14 +0,0 @@ -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" > - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerHorizontal="true" - android:layout_centerVertical="true" - android:text="@string/hello" - tools:context=".MainActivity" /> - -</RelativeLayout> diff --git a/phonegap/Android/res/menu/activity_main.xml b/phonegap/Android/res/menu/activity_main.xml deleted file mode 100644 index cfc10fd52..000000000 --- a/phonegap/Android/res/menu/activity_main.xml +++ /dev/null @@ -1,6 +0,0 @@ -<menu xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@+id/menu_settings" - android:title="@string/menu_settings" - android:orderInCategory="100" - android:showAsAction="never" /> -</menu> diff --git a/phonegap/Android/res/values-v11/styles.xml b/phonegap/Android/res/values-v11/styles.xml deleted file mode 100644 index d408cbc37..000000000 --- a/phonegap/Android/res/values-v11/styles.xml +++ /dev/null @@ -1,5 +0,0 @@ -<resources> - - <style name="AppTheme" parent="android:Theme.Holo.Light" /> - -</resources>
\ No newline at end of file diff --git a/phonegap/Android/res/values-v14/styles.xml b/phonegap/Android/res/values-v14/styles.xml deleted file mode 100644 index 1c089a788..000000000 --- a/phonegap/Android/res/values-v14/styles.xml +++ /dev/null @@ -1,5 +0,0 @@ -<resources> - - <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" /> - -</resources>
\ No newline at end of file diff --git a/phonegap/Android/res/values/strings.xml b/phonegap/Android/res/values/strings.xml deleted file mode 100644 index 6e091cf98..000000000 --- a/phonegap/Android/res/values/strings.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="hello">Hello World, AndroidActivity!</string> - <string name="app_name">FixMyStreet</string> - <string name="menu_settings">Settings</string> - <string name="title_activity_main">AndroidActivity</string> - -</resources>
\ No newline at end of file diff --git a/phonegap/Android/res/xml/config.xml b/phonegap/Android/res/xml/config.xml deleted file mode 100644 index 4a6fffccb..000000000 --- a/phonegap/Android/res/xml/config.xml +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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. ---> -<cordova> - <!-- - access elements control the Android whitelist. - Domains are assumed blocked unless set otherwise - --> - - <access origin="http://127.0.0.1*"/> <!-- allow local pages --> - - <!-- <access origin="https://example.com" /> allow any secure requests to example.com --> - <!-- <access origin="https://example.com" subdomains="true" /> such as above, but including subdomains, such as www --> - <access origin=".*"/> - - <log level="DEBUG"/> - <preference name="useBrowserHistory" value="false" /> - <preference name="exit-on-suspend" value="false" /> -<plugins> - <plugin name="App" value="org.apache.cordova.App"/> - <plugin name="Geolocation" value="org.apache.cordova.GeoBroker"/> - <plugin name="Device" value="org.apache.cordova.Device"/> - <plugin name="Accelerometer" value="org.apache.cordova.AccelListener"/> - <plugin name="Compass" value="org.apache.cordova.CompassListener"/> - <plugin name="Media" value="org.apache.cordova.AudioHandler"/> - <plugin name="Camera" value="org.apache.cordova.CameraLauncher"/> - <plugin name="Contacts" value="org.apache.cordova.ContactManager"/> - <plugin name="File" value="org.apache.cordova.FileUtils"/> - <plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager"/> - <plugin name="Notification" value="org.apache.cordova.Notification"/> - <plugin name="Storage" value="org.apache.cordova.Storage"/> - <plugin name="Temperature" value="org.apache.cordova.TempListener"/> - <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/> - <plugin name="Capture" value="org.apache.cordova.Capture"/> - <plugin name="Battery" value="org.apache.cordova.BatteryListener"/> - <plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/> - <plugin name="Echo" value="org.apache.cordova.Echo" /> -</plugins> -</cordova> - |