You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by ia...@apache.org on 2015/06/10 16:06:30 UTC

[08/64] [abbrv] incubator-taverna-mobile git commit: Added the Apache licence header to all code files as necessary. Updated the licence configuration file at .dea/copyright/IceTech_Inc.xml and renamed it to copyright.xml. Updated package names to org.ap

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml b/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml
new file mode 100644
index 0000000..8116b34
--- /dev/null
+++ b/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="mobile.taverna.apache.com.tavernamobile.test">
+
+    <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" />
+
+    <application>
+        <uses-library android:name="android.test.runner" />
+    </application>
+
+    <instrumentation android:name="android.test.InstrumentationTestRunner"
+                     android:targetPackage="mobile.taverna.apache.com.tavernamobile"
+                     android:handleProfiling="false"
+                     android:functionalTest="false"
+                     android:label="Tests for mobile.taverna.apache.com.tavernamobile"/>
+</manifest>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
new file mode 100644
index 0000000..926a454
--- /dev/null
+++ b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Apache Taverna Mobile
+Copyright 2015 The Apache Software Foundation
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+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.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="mobile.taverna.apache.com.tavernamobile"
+    android:versionCode="1"
+    android:versionName="1.0" >
+
+    <uses-sdk
+        android:minSdkVersion="13"
+        android:targetSdkVersion="21" />
+
+    <application
+        android:allowBackup="true"
+        android:icon="@mipmap/ic_launcher"
+        android:label="@string/app_name"
+        android:theme="@style/AppTheme" >
+        <activity
+            android:name="mobile.taverna.apache.com.org.apache.taverna.mobile.LoginActivity"
+            android:label="@string/app_name" >
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+
+</manifest>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_fade_in.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_fade_in.xml b/app/build/intermediates/res/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..1afb7ad
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+       android:interpolator="@android:anim/decelerate_interpolator"
+       android:fromAlpha="0.0" android:toAlpha="1.0"
+       android:duration="@android:integer/config_mediumAnimTime" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_fade_in.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_in.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_fade_out.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_fade_out.xml b/app/build/intermediates/res/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..cd05fa3
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+       android:interpolator="@android:anim/decelerate_interpolator"
+       android:fromAlpha="1.0" android:toAlpha="0.0"
+       android:duration="@android:integer/config_mediumAnimTime" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_fade_out.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_fade_out.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..2775f3d
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/res/anim/fade_in.xml
+**
+** Copyright 2014, 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.
+*/
+-->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
+    <scale 	android:interpolator="@android:anim/decelerate_interpolator"
+              android:fromXScale="0.9" android:toXScale="1.0"
+              android:fromYScale="0.9" android:toYScale="1.0"
+              android:pivotX="50%" android:pivotY="100%"
+              android:duration="@integer/abc_config_activityDefaultDur" />
+    <alpha 	android:interpolator="@android:anim/decelerate_interpolator"
+              android:fromAlpha="0.0" android:toAlpha="1.0"
+              android:duration="@integer/abc_config_activityShortDur" />
+</set><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_grow_fade_in_from_bottom.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_grow_fade_in_from_bottom.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..135dc57
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2014 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.
+  -->
+
+<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false">
+    <scale 	android:interpolator="@android:anim/decelerate_interpolator"
+              android:fromXScale="1.0" android:toXScale="0.9"
+              android:fromYScale="1.0" android:toYScale="0.9"
+              android:pivotX="50%" android:pivotY="100%"
+              android:duration="@integer/abc_config_activityDefaultDur" />
+    <alpha 	android:interpolator="@android:anim/decelerate_interpolator"
+              android:fromAlpha="1.0" android:toAlpha="0.0"
+              android:duration="@integer/abc_config_activityShortDur" />
+</set><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_shrink_fade_out_from_bottom.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_shrink_fade_out_from_bottom.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml b/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..96398c3
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+           android:interpolator="@android:anim/decelerate_interpolator"
+           android:fromYDelta="50%p" android:toYDelta="0"
+           android:duration="@android:integer/config_mediumAnimTime"/>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_in_bottom.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_bottom.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml b/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..1b697c4
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+           android:interpolator="@android:anim/decelerate_interpolator"
+           android:fromYDelta="-50%p" android:toYDelta="0"
+           android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_in_top.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_in_top.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml b/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..324b7df
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+           android:interpolator="@android:anim/accelerate_interpolator"
+           android:fromYDelta="0" android:toYDelta="50%p"
+           android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_out_bottom.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_bottom.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml b/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..53f2ec3
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.
+-->
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+           android:interpolator="@android:anim/accelerate_interpolator"
+           android:fromYDelta="0" android:toYDelta="-50%p"
+           android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_out_top.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/anim/abc_slide_out_top.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..29db840
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_accelerated="false" android:color="@color/background_material_dark" />
+    <item android:color="@android:color/transparent" />
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_dark.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..3def999
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_accelerated="false" android:color="@color/background_material_light" />
+    <item android:color="@android:color/transparent" />
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_background_cache_hint_selector_material_light.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..e434142
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_dark"/>
+    <item android:color="@color/bright_foreground_material_dark"/>
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_dark.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..60f8320
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_light"/>
+    <item android:color="@color/bright_foreground_material_light"/>
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_primary_text_disable_only_material_light.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_disable_only_material_light.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml b/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..4f21184
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_enabled="false" android:color="@color/primary_text_disabled_material_dark"/>
+    <item android:color="@color/primary_text_default_material_dark"/>
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_primary_text_material_dark.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_dark.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml b/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..7d9685b
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_enabled="false" android:color="@color/primary_text_disabled_material_light"/>
+    <item android:color="@color/primary_text_default_material_light"/>
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_primary_text_material_light.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_primary_text_material_light.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_search_url_text.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_search_url_text.xml b/app/build/intermediates/res/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..04dce00
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/>
+    <item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/>
+    <item android:color="@color/abc_search_url_text_normal"/>
+</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_search_url_text.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_search_url_text.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..9915e65
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_dark"/>
+    <item android:color="@color/secondary_text_default_material_dark"/>
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_secondary_text_material_dark.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_dark.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml b/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..e628582
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_light"/>
+    <item android:color="@color/secondary_text_default_material_light"/>
+</selector>
+<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-dev/frameworks/support/v7/appcompat/res/color/abc_secondary_text_material_light.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/color/abc_secondary_text_material_light.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..6396605
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..3d30b77
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..cb3fd6f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..af49d80
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a2168f0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..4ba748c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5e5fcf1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1909397
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..79fcbf9
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..2720327
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..4c9f99b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..5b30030
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..6e8ff92
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..7d029d0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..e583dcf
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a8811b1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..a27070b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..85831e3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..f6e97df
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..2e55ed2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4c6c5b1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f9fd82
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2b8d87b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2dd782b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a6b6cf7
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..645af27
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8e188de
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..66d0680
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..f9c606c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e59dcf8
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..44670d1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..02e3f63
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..b327e26
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..86fe926
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..eaf546d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..b2daec1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..73b8b09
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..6fdd01c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..1a6aa9b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2ce0ef9
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..65258cd
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a9b94f7
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b18cdf2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..fccd420
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..f9b9cfc
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..8562d62
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..1a45aea
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..63bded0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..8096e19
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..94d987c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..0770f79
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..227ab6c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..94bc23b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ab58d4a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..cf6ad87
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..a52f3e4
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..07db7bb
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..761e3af
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5969649
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/13c9131e/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..05848d7
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ