http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml deleted file mode 100644 index ea48c6f..0000000 --- a/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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_window_focused="false" android:drawable="@android:color/transparent" /> - - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> - <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> -</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/drawable/abc_list_selector_holo_dark.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_dark.xml --> \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml deleted file mode 100644 index 16f5aa5..0000000 --- a/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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_window_focused="false" android:drawable="@android:color/transparent" /> - - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> - <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> - -</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/drawable/abc_list_selector_holo_light.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_list_selector_holo_light.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml deleted file mode 100644 index d7ef317..0000000 --- a/app/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?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. ---> - -<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@android:id/background" - android:drawable="@drawable/abc_btn_rating_star_off_mtrl_alpha" /> - <item android:id="@android:id/secondaryProgress" - android:drawable="@drawable/abc_btn_rating_star_off_mtrl_alpha" /> - <item android:id="@android:id/progress" - android:drawable="@drawable/abc_btn_rating_star_on_mtrl_alpha" /> -</layer-list> -<!-- 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/drawable/abc_ratingbar_full_material.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_ratingbar_full_material.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml deleted file mode 100644 index 0df0553..0000000 --- a/app/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?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. ---> - -<inset xmlns:android="http://schemas.android.com/apk/res/android" - android:insetLeft="@dimen/abc_control_inset_material" - android:insetTop="@dimen/abc_control_inset_material" - android:insetBottom="@dimen/abc_control_inset_material" - android:insetRight="@dimen/abc_control_inset_material"> - <selector> - <item android:state_checked="false" android:state_pressed="false"> - <layer-list> - <item android:drawable="@drawable/abc_textfield_default_mtrl_alpha" /> - <item android:drawable="@drawable/abc_spinner_mtrl_am_alpha" /> - </layer-list> - </item> - <item> - <layer-list> - <item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha" /> - <item android:drawable="@drawable/abc_spinner_mtrl_am_alpha" /> - </layer-list> - </item> - </selector> -</inset><!-- 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/drawable/abc_spinner_textfield_background_material.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_spinner_textfield_background_material.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml deleted file mode 100644 index ae818e3..0000000 --- a/app/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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_checked="true" android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00012" /> - <item android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00001" /> -</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/drawable/abc_switch_thumb_material.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_switch_thumb_material.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml deleted file mode 100644 index 168b99c..0000000 --- a/app/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?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_selected="true" android:drawable="@drawable/abc_tab_indicator_mtrl_alpha" /> - <item android:drawable="@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/drawable/abc_tab_indicator_material.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_tab_indicator_material.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml b/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml deleted file mode 100644 index b67606b..0000000 --- a/app/build/intermediates/res/release/drawable/abc_textfield_search_material.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_search_activated_mtrl_alpha"/> - <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_search_activated_mtrl_alpha"/> - <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_search_default_mtrl_alpha"/> - <item android:drawable="@drawable/abc_textfield_search_default_mtrl_alpha"/> -</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/drawable/abc_textfield_search_material.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/drawable/abc_textfield_search_material.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/drawable/gear_icon.png ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/drawable/gear_icon.png b/app/build/intermediates/res/release/drawable/gear_icon.png deleted file mode 100644 index d20c424..0000000 Binary files a/app/build/intermediates/res/release/drawable/gear_icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml b/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml deleted file mode 100644 index c0f0a65..0000000 --- a/app/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?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. ---> - -<merge xmlns:android="http://schemas.android.com/apk/res/android"> - - <android.support.v7.internal.widget.NativeActionModeAwareLayout - android:id="@id/action_bar_activity_content" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:foregroundGravity="fill_horizontal|top" - android:foreground="?android:attr/windowContentOverlay" /> - -</merge> -<!-- 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/layout-v11/abc_screen_content_include.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout-v11/abc_screen_content_include.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml b/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml deleted file mode 100644 index a56358b..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:orientation="vertical" - style="@style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem"> - <TextView android:id="@+id/action_bar_title" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:singleLine="true" - android:ellipsize="end" /> - <TextView android:id="@+id/action_bar_subtitle" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginTop="@dimen/abc_action_bar_subtitle_top_margin_material" - android:singleLine="true" - android:ellipsize="end" - android:visibility="gone" /> -</LinearLayout> -<!-- 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/layout/abc_action_bar_title_item.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_title_item.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml b/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml deleted file mode 100644 index 837b4d6..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_bar_up_container.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?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. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:background="?attr/actionBarItemBackground" - android:gravity="center_vertical" - android:enabled="false"> -</LinearLayout> -<!-- 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/layout/abc_action_bar_up_container.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_up_container.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml deleted file mode 100644 index 687b600..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 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 - dd - 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. ---> - -<!-- Styled linear layout, compensating for the lack of a defStyle parameter - in pre-Honeycomb LinearLayout's constructor. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - style="?attr/actionBarTabBarStyle"> -</LinearLayout><!-- 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/layout/abc_action_bar_view_list_nav_layout.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_bar_view_list_nav_layout.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml deleted file mode 100644 index 78e4952..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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 - dd - 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. ---> - -<android.support.v7.internal.view.menu.ActionMenuItemView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:gravity="center" - android:focusable="true" - android:paddingTop="4dip" - android:paddingBottom="4dip" - android:paddingLeft="8dip" - android:paddingRight="8dip" - android:textAppearance="?attr/actionMenuTextAppearance" - android:textColor="?attr/actionMenuTextColor" - style="?attr/actionButtonStyle"/> -<!-- 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/layout/abc_action_menu_item_layout.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_item_layout.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml b/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml deleted file mode 100644 index 42c3bd5..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<android.support.v7.widget.ActionMenuView - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - app:divider="?attr/actionBarDivider" - app:dividerPadding="12dip" - android:gravity="center_vertical"/> -<!-- 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/layout/abc_action_menu_layout.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_menu_layout.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml b/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml deleted file mode 100644 index aa68d02..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2012, 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. -*/ ---> -<android.support.v7.internal.widget.ActionBarContextView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:visibility="gone" - style="?attr/actionModeStyle"/> -<!-- 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/layout/abc_action_mode_bar.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_bar.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml deleted file mode 100644 index 711e805..0000000 --- a/app/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?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. ---> - -<android.support.v7.internal.widget.TintImageView - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/action_mode_close_button" - android:contentDescription="@string/abc_action_mode_done" - android:focusable="true" - android:clickable="true" - android:src="?attr/actionModeCloseDrawable" - style="?attr/actionModeCloseButtonStyle" - android:layout_width="wrap_content" - android:layout_height="match_parent" /><!-- 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/layout/abc_action_mode_close_item_material.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_action_mode_close_item_material.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml b/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml deleted file mode 100644 index 6709947..0000000 --- a/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -** -** Copyright 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. -*/ ---> -<view xmlns:android="http://schemas.android.com/apk/res/android" - class="android.support.v7.internal.widget.ActivityChooserView$InnerLayout" - android:id="@+id/activity_chooser_view_content" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center" - style="?attr/activityChooserViewStyle"> - - <FrameLayout - android:id="@+id/expand_activities_button" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center" - android:focusable="true" - android:addStatesFromChildren="true" - android:background="?attr/actionBarItemBackground"> - - <ImageView android:id="@+id/image" - android:layout_width="32dip" - android:layout_height="32dip" - android:layout_gravity="center" - android:layout_marginTop="2dip" - android:layout_marginBottom="2dip" - android:layout_marginLeft="12dip" - android:layout_marginRight="12dip" - android:scaleType="fitCenter" - android:adjustViewBounds="true" /> - - </FrameLayout> - - <FrameLayout - android:id="@+id/default_activity_button" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center" - android:focusable="true" - android:addStatesFromChildren="true" - android:background="?attr/actionBarItemBackground"> - - <ImageView android:id="@+id/image" - android:layout_width="32dip" - android:layout_height="32dip" - android:layout_gravity="center" - android:layout_marginTop="2dip" - android:layout_marginLeft="12dip" - android:layout_marginRight="12dip" - android:layout_marginEnd="12dip" - android:scaleType="fitCenter" - android:adjustViewBounds="true" /> - - </FrameLayout> - -</view> -<!-- 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/layout/abc_activity_chooser_view.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml deleted file mode 100644 index 2d9db6a..0000000 --- a/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml +++ /dev/null @@ -1,52 +0,0 @@ -<?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. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/list_item" - android:layout_width="match_parent" - android:layout_height="?attr/dropdownListPreferredItemHeight" - android:paddingLeft="16dip" - android:paddingRight="16dip" - android:minWidth="196dip" - android:orientation="vertical"> - - <LinearLayout - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:duplicateParentState="true" > - - <ImageView - android:id="@+id/icon" - android:layout_width="32dip" - android:layout_height="32dip" - android:layout_gravity="center_vertical" - android:layout_marginRight="8dip" - android:duplicateParentState="true"/> - - <TextView - android:id="@+id/title" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:textAppearance="?attr/textAppearanceLargePopupMenu" - android:duplicateParentState="true" - android:singleLine="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal"/> - - </LinearLayout> - -</LinearLayout><!-- 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/layout/abc_activity_chooser_view_list_item.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_activity_chooser_view_list_item.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml b/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml deleted file mode 100644 index 66b93a7..0000000 --- a/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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. ---> - -<android.support.v7.internal.view.menu.ExpandedMenuView - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/expanded_menu" - android:layout_width="?attr/panelMenuListWidth" - android:layout_height="wrap_content" /> -<!-- 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/layout/abc_expanded_menu_layout.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_expanded_menu_layout.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml deleted file mode 100644 index dd9cd22..0000000 --- a/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<CheckBox xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/checkbox" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:focusable="false" - android:clickable="false" - android:duplicateParentState="true"/> - - -<!-- 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/layout/abc_list_menu_item_checkbox.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_checkbox.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml deleted file mode 100644 index ba8e494..0000000 --- a/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<ImageView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/icon" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:layout_marginLeft="8dip" - android:layout_marginRight="-8dip" - android:layout_marginTop="8dip" - android:layout_marginBottom="8dip" - android:scaleType="centerInside" - android:duplicateParentState="true"/> - -<!-- 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/layout/abc_list_menu_item_icon.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_icon.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml deleted file mode 100644 index 5290821..0000000 --- a/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml +++ /dev/null @@ -1,61 +0,0 @@ -<?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. ---> - -<android.support.v7.internal.view.menu.ListMenuItemView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="?attr/listPreferredItemHeightSmall"> - - <!-- Icon will be inserted here. --> - - <!-- The title and summary have some gap between them, and this 'group' should be centered vertically. --> - <RelativeLayout - android:layout_width="0dip" - android:layout_weight="1" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:layout_marginLeft="?attr/listPreferredItemPaddingLeft" - android:layout_marginRight="?attr/listPreferredItemPaddingRight" - android:duplicateParentState="true"> - - <TextView - android:id="@+id/title" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:layout_alignParentLeft="true" - android:textAppearance="?attr/textAppearanceListItemSmall" - android:singleLine="true" - android:duplicateParentState="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" /> - - <TextView - android:id="@+id/shortcut" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/title" - android:layout_alignParentLeft="true" - android:textAppearance="?android:attr/textAppearanceSmall" - android:singleLine="true" - android:duplicateParentState="true" /> - - </RelativeLayout> - - <!-- Checkbox, and/or radio button will be inserted here. --> - -</android.support.v7.internal.view.menu.ListMenuItemView> -<!-- 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/layout/abc_list_menu_item_layout.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_layout.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml b/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml deleted file mode 100644 index 0c9783c..0000000 --- a/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<RadioButton xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/radio" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:focusable="false" - android:clickable="false" - android:duplicateParentState="true"/> -<!-- 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/layout/abc_list_menu_item_radio.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_list_menu_item_radio.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml b/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml deleted file mode 100644 index d940366..0000000 --- a/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<android.support.v7.internal.view.menu.ListMenuItemView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="?attr/dropdownListPreferredItemHeight" - android:minWidth="196dip" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem"> - - <!-- Icon will be inserted here. --> - - <!-- The title and summary have some gap between them, and this 'group' should be centered vertically. --> - <RelativeLayout - android:layout_width="0dip" - android:layout_weight="1" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:duplicateParentState="true" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup"> - - <TextView - android:id="@+id/title" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:textAppearance="?attr/textAppearanceLargePopupMenu" - android:singleLine="true" - android:duplicateParentState="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" /> - - <TextView - android:id="@+id/shortcut" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/title" - android:textAppearance="?attr/textAppearanceSmallPopupMenu" - android:singleLine="true" - android:duplicateParentState="true" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" /> - - </RelativeLayout> - - <!-- Checkbox, and/or radio button will be inserted here. --> - -</android.support.v7.internal.view.menu.ListMenuItemView> -<!-- 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/layout/abc_popup_menu_item_layout.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_popup_menu_item_layout.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_screen_content_include.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_screen_content_include.xml b/app/build/intermediates/res/release/layout/abc_screen_content_include.xml deleted file mode 100644 index 1e6d4b9..0000000 --- a/app/build/intermediates/res/release/layout/abc_screen_content_include.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?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. ---> - -<merge xmlns:android="http://schemas.android.com/apk/res/android"> - - <android.support.v7.internal.widget.ContentFrameLayout - android:id="@id/action_bar_activity_content" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:foregroundGravity="fill_horizontal|top" - android:foreground="?android:attr/windowContentOverlay" /> - -</merge> -<!-- 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/layout/abc_screen_content_include.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_content_include.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_screen_simple.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_screen_simple.xml b/app/build/intermediates/res/release/layout/abc_screen_simple.xml deleted file mode 100644 index cd3ab1b..0000000 --- a/app/build/intermediates/res/release/layout/abc_screen_simple.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?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. ---> - -<android.support.v7.internal.widget.FitWindowsLinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/action_bar_root" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical" - android:fitsSystemWindows="true"> - - <android.support.v7.internal.widget.ViewStubCompat - android:id="@+id/action_mode_bar_stub" - android:inflatedId="@+id/action_mode_bar" - android:layout="@layout/abc_action_mode_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" /> - - <include layout="@layout/abc_screen_content_include" /> - -</android.support.v7.internal.widget.FitWindowsLinearLayout> -<!-- 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/layout/abc_screen_simple.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml b/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml deleted file mode 100644 index 94f0626..0000000 --- a/app/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** 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. -*/ - -This is an optimized layout for a screen, with the minimum set of features -enabled. ---> - -<android.support.v7.internal.widget.FitWindowsFrameLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/action_bar_root" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> - - <include layout="@layout/abc_screen_content_include" /> - - <android.support.v7.internal.widget.ViewStubCompat - android:id="@+id/action_mode_bar_stub" - android:inflatedId="@+id/action_mode_bar" - android:layout="@layout/abc_action_mode_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" /> - -</android.support.v7.internal.widget.FitWindowsFrameLayout><!-- 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/layout/abc_screen_simple_overlay_action_mode.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_simple_overlay_action_mode.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml b/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml deleted file mode 100644 index 3412294..0000000 --- a/app/build/intermediates/res/release/layout/abc_screen_toolbar.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?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. ---> - -<android.support.v7.internal.widget.ActionBarOverlayLayout - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/decor_content_parent" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> - - <include layout="@layout/abc_screen_content_include"/> - - <android.support.v7.internal.widget.ActionBarContainer - android:id="@+id/action_bar_container" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - style="?attr/actionBarStyle" - android:touchscreenBlocksFocus="true" - android:gravity="top"> - - <android.support.v7.widget.Toolbar - android:id="@+id/action_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - app:navigationContentDescription="@string/abc_action_bar_up_description" - style="?attr/toolbarStyle"/> - - <android.support.v7.internal.widget.ActionBarContextView - android:id="@+id/action_context_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:visibility="gone" - style="?attr/actionModeStyle"/> - - </android.support.v7.internal.widget.ActionBarContainer> - -</android.support.v7.internal.widget.ActionBarOverlayLayout> -<!-- 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/layout/abc_screen_toolbar.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_screen_toolbar.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml b/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml deleted file mode 100644 index 89c1100..0000000 --- a/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml +++ /dev/null @@ -1,86 +0,0 @@ -<?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. - */ ---> - -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="58dip" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown"> - - <!-- Icons come first in the layout, since their placement doesn't depend on - the placement of the text views. --> - <android.support.v7.internal.widget.TintImageView - android:id="@android:id/icon1" - android:layout_width="@dimen/abc_dropdownitem_icon_width" - android:layout_height="48dip" - android:scaleType="centerInside" - android:layout_alignParentTop="true" - android:layout_alignParentBottom="true" - android:visibility="invisible" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/edit_query" - android:layout_width="48dip" - android:layout_height="48dip" - android:scaleType="centerInside" - android:layout_alignParentTop="true" - android:layout_alignParentBottom="true" - android:background="?attr/selectableItemBackground" - android:visibility="gone" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@id/android:icon2" - android:layout_width="48dip" - android:layout_height="48dip" - android:scaleType="centerInside" - android:layout_alignWithParentIfMissing="true" - android:layout_alignParentTop="true" - android:layout_alignParentBottom="true" - android:visibility="gone" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" /> - - - <!-- The subtitle comes before the title, since the height of the title depends on whether the - subtitle is visible or gone. --> - <TextView android:id="@android:id/text2" - style="?android:attr/dropDownItemStyle" - android:textAppearance="?attr/textAppearanceSearchResultSubtitle" - android:singleLine="true" - android:layout_width="match_parent" - android:layout_height="29dip" - android:paddingBottom="4dip" - android:gravity="top" - android:layout_alignWithParentIfMissing="true" - android:layout_alignParentBottom="true" - android:visibility="gone" /> - - <!-- The title is placed above the subtitle, if there is one. If there is no - subtitle, it fills the parent. --> - <TextView android:id="@android:id/text1" - style="?android:attr/dropDownItemStyle" - android:textAppearance="?attr/textAppearanceSearchResultTitle" - android:singleLine="true" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_above="@android:id/text2" /> - -</RelativeLayout> -<!-- 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/layout/abc_search_dropdown_item_icons_2line.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_dropdown_item_icons_2line.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_search_view.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_search_view.xml b/app/build/intermediates/res/release/layout/abc_search_view.xml deleted file mode 100644 index 23f6eaf..0000000 --- a/app/build/intermediates/res/release/layout/abc_search_view.xml +++ /dev/null @@ -1,142 +0,0 @@ -<?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. - */ - ---> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/search_bar" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="horizontal"> - - <!-- This is actually used for the badge icon *or* the badge label (or neither) --> - <TextView - android:id="@+id/search_badge" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:gravity="center_vertical" - android:layout_marginBottom="2dip" - android:drawablePadding="0dip" - android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="?android:attr/textColorPrimary" - android:visibility="gone" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_button" - style="?attr/actionButtonStyle" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_search" /> - - <LinearLayout - android:id="@+id/search_edit_frame" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="center_vertical" - android:layout_marginTop="4dip" - android:layout_marginBottom="4dip" - android:layout_marginLeft="8dip" - android:layout_marginRight="8dip" - android:orientation="horizontal" - android:layoutDirection="locale"> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_mag_icon" - android:layout_width="@dimen/abc_dropdownitem_icon_width" - android:layout_height="wrap_content" - android:scaleType="centerInside" - android:layout_gravity="center_vertical" - android:visibility="gone" - style="@style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon" /> - - <!-- Inner layout contains the app icon, button(s) and EditText --> - <LinearLayout - android:id="@+id/search_plate" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="center_vertical" - android:orientation="horizontal"> - - <view class="android.support.v7.widget.SearchView$SearchAutoComplete" - android:id="@+id/search_src_text" - android:layout_height="36dip" - android:layout_width="0dp" - android:layout_weight="1" - android:minWidth="@dimen/abc_search_view_text_min_width" - android:layout_gravity="bottom" - android:paddingLeft="@dimen/abc_dropdownitem_text_padding_left" - android:paddingRight="@dimen/abc_dropdownitem_text_padding_right" - android:singleLine="true" - android:ellipsize="end" - android:background="@null" - android:inputType="text|textAutoComplete|textNoSuggestions" - android:imeOptions="actionSearch" - android:dropDownHeight="wrap_content" - android:dropDownAnchor="@id/search_edit_frame" - android:dropDownVerticalOffset="0dip" - android:dropDownHorizontalOffset="0dip" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_close_btn" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:paddingLeft="8dip" - android:paddingRight="8dip" - android:layout_gravity="center_vertical" - android:background="?attr/selectableItemBackgroundBorderless" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_clear" /> - - </LinearLayout> - - <LinearLayout - android:id="@+id/submit_area" - android:orientation="horizontal" - android:layout_width="wrap_content" - android:layout_height="match_parent"> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_go_btn" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical" - android:paddingLeft="16dip" - android:paddingRight="16dip" - android:background="?attr/selectableItemBackgroundBorderless" - android:visibility="gone" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_submit" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_voice_btn" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical" - android:paddingLeft="16dip" - android:paddingRight="16dip" - android:background="?attr/selectableItemBackgroundBorderless" - android:visibility="gone" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_voice" /> - </LinearLayout> - </LinearLayout> -</LinearLayout> -<!-- 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/layout/abc_search_view.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_search_view.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml b/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml deleted file mode 100644 index 8688b43..0000000 --- a/app/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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. ---> -<TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - android:textAppearance="?android:attr/dropDownHintAppearance" - android:singleLine="true" - android:layout_margin="3dip" - android:layout_width="match_parent" - android:layout_height="wrap_content" /><!-- 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/layout/abc_simple_dropdown_hint.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/abc_simple_dropdown_hint.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/activity_login.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/activity_login.xml b/app/build/intermediates/res/release/layout/activity_login.xml deleted file mode 100644 index 206ddc1..0000000 --- a/app/build/intermediates/res/release/layout/activity_login.xml +++ /dev/null @@ -1,19 +0,0 @@ -<!-- -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. ---> -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" - android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".LoginActivity" tools:ignore="MergeRootFrame" /> -<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/activity_login.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/fragment_login.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/fragment_login.xml b/app/build/intermediates/res/release/layout/fragment_login.xml deleted file mode 100644 index 58b7545..0000000 --- a/app/build/intermediates/res/release/layout/fragment_login.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- -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. ---> -<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" android:paddingLeft="@dimen/activity_horizontal_margin" - android:paddingRight="@dimen/activity_horizontal_margin" - android:paddingTop="@dimen/activity_vertical_margin" - android:paddingBottom="@dimen/activity_vertical_margin" - tools:context=".LoginActivity$PlaceholderFragment"> - - <TextView android:text="@string/hello_world" android:layout_width="wrap_content" - android:layout_height="wrap_content" /> - -</RelativeLayout> -<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/fragment_login.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml deleted file mode 100644 index 5d1c484..0000000 --- a/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -** -** Copyright 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. -*/ ---> -<TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - style="?attr/spinnerDropDownItemStyle" - android:singleLine="true" - android:layout_width="match_parent" - android:layout_height="?attr/dropdownListPreferredItemHeight" - android:ellipsize="marquee"/><!-- 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/layout/support_simple_spinner_dropdown_item.xml --><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/layout/support_simple_spinner_dropdown_item.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/menu/menu_login.xml ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/menu/menu_login.xml b/app/build/intermediates/res/release/menu/menu_login.xml deleted file mode 100644 index f9c02de..0000000 --- a/app/build/intermediates/res/release/menu/menu_login.xml +++ /dev/null @@ -1,21 +0,0 @@ -<!-- -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. ---> -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - xmlns:tools="http://schemas.android.com/tools" tools:context=".LoginActivity"> - <item android:id="@+id/action_settings" android:title="@string/action_settings" - android:orderInCategory="100" app:showAsAction="never" /> -</menu> -<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/menu/menu_login.xml --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png ---------------------------------------------------------------------- diff --git a/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png b/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png deleted file mode 100644 index 9b5c835..0000000 Binary files a/app/build/intermediates/res/release/mipmap-hdpi-v4/ic_launcher.png and /dev/null differ
