summaryrefslogtreecommitdiff
path: root/actionbarsherlock-samples/known-bugs/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'actionbarsherlock-samples/known-bugs/res/layout')
-rwxr-xr-xactionbarsherlock-samples/known-bugs/res/layout/issue240.xml21
-rwxr-xr-xactionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager.xml52
-rwxr-xr-xactionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager_list.xml54
-rwxr-xr-xactionbarsherlock-samples/known-bugs/res/layout/issue331_action_view.xml5
-rwxr-xr-xactionbarsherlock-samples/known-bugs/res/layout/issue738_spinner_dropdown_item.xml31
-rwxr-xr-xactionbarsherlock-samples/known-bugs/res/layout/issue882.xml21
6 files changed, 0 insertions, 184 deletions
diff --git a/actionbarsherlock-samples/known-bugs/res/layout/issue240.xml b/actionbarsherlock-samples/known-bugs/res/layout/issue240.xml
deleted file mode 100755
index ba63ee4..0000000
--- a/actionbarsherlock-samples/known-bugs/res/layout/issue240.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:padding="5dp"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1"/>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="5dp"
- android:text="Swipe left/right when the tabs are in collapsed mode (landscape on a phone) and the selected item does not update."/>
-
-</LinearLayout>
diff --git a/actionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager.xml b/actionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager.xml
deleted file mode 100755
index 32f7c8f..0000000
--- a/actionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager.xml
+++ /dev/null
@@ -1,52 +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.
--->
-
-<!-- Top-level content view for the simple fragment sample. -->
-
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:padding="4dip"
- android:gravity="center_horizontal"
- android:layout_width="match_parent" android:layout_height="match_parent">
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1">
- </android.support.v4.view.ViewPager>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="5dp"
- android:text="Simple Fragment based ViewPager whose Fragments provide menu actions to the host Activity. Swipe once on pre ICS to load in a new fragment. New action menu items become unresponsive and appear to be rendered twice. Swipe again and the actions pressed previously will fire on the new fragment."/>
-
- <LinearLayout android:orientation="horizontal"
- android:gravity="center" android:measureWithLargestChild="true"
- android:layout_width="match_parent" android:layout_height="wrap_content"
- android:layout_weight="0">
- <Button android:id="@+id/goto_first"
- android:layout_width="wrap_content" android:layout_height="wrap_content"
- android:text="First">
- </Button>
- <Button android:id="@+id/goto_last"
- android:layout_width="wrap_content" android:layout_height="wrap_content"
- android:text="Last">
- </Button>
- </LinearLayout>
-</LinearLayout>
-
diff --git a/actionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager_list.xml b/actionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager_list.xml
deleted file mode 100755
index 363174f..0000000
--- a/actionbarsherlock-samples/known-bugs/res/layout/issue272_fragment_pager_list.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:drawable/gallery_thumb">
-
- <TextView android:id="@+id/text"
- android:layout_width="match_parent" android:layout_height="wrap_content"
- android:gravity="center_vertical|center_horizontal"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="Hello, world!"/>
-
- <!-- The frame layout is here since we will be showing either
- the empty view or the list view. -->
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="0dip"
- android:layout_weight="1" >
- <!-- Here is the list. Since we are using a ListActivity, we
- have to call it "@android:id/list" so ListActivity will
- find it -->
- <ListView android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:drawSelectorOnTop="false"/>
-
- <!-- Here is the view to show if the list is emtpy -->
- <TextView android:id="@android:id/empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="No items."/>
-
- </FrameLayout>
-
-</LinearLayout>
-
diff --git a/actionbarsherlock-samples/known-bugs/res/layout/issue331_action_view.xml b/actionbarsherlock-samples/known-bugs/res/layout/issue331_action_view.xml
deleted file mode 100755
index e77ec08..0000000
--- a/actionbarsherlock-samples/known-bugs/res/layout/issue331_action_view.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/ic_refresh"
- style="@style/Widget.Sherlock.ActionButton"/> \ No newline at end of file
diff --git a/actionbarsherlock-samples/known-bugs/res/layout/issue738_spinner_dropdown_item.xml b/actionbarsherlock-samples/known-bugs/res/layout/issue738_spinner_dropdown_item.xml
deleted file mode 100755
index 82d4f03..0000000
--- a/actionbarsherlock-samples/known-bugs/res/layout/issue738_spinner_dropdown_item.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/* //device/apps/common/assets/res/any/layout/simple_spinner_item.xml
-**
-** 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.
-*/
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <TextView
- android:id="@android:id/text1"
- style="?attr/spinnerDropDownItemStyle"
- android:layout_width="match_parent"
- android:layout_weight="1"
- android:layout_height="?attr/dropdownListPreferredItemHeight" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/actionbarsherlock-samples/known-bugs/res/layout/issue882.xml b/actionbarsherlock-samples/known-bugs/res/layout/issue882.xml
deleted file mode 100755
index dde1a45..0000000
--- a/actionbarsherlock-samples/known-bugs/res/layout/issue882.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:padding="5dp"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1"/>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="5dp"
- android:text="In collapsed mode, select Fragment 10 from the spinner. Tap the spinner again to display the choices. On native, Fragment 10 is shown on the list, on ABS, Fragment 1 is shown instead."/>
-
-</LinearLayout>