Remove a ton of unused resources

Change-Id: I38b44bc518d58bee859a655cf68ec4f669063d78
diff --git a/res/drawable-hdpi/super_collapsed_thread_stack_2_holo_light.9.png b/res/drawable-hdpi/super_collapsed_thread_stack_2_holo_light.9.png
deleted file mode 100644
index 91aa799..0000000
--- a/res/drawable-hdpi/super_collapsed_thread_stack_2_holo_light.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/super_collapsed_thread_stack_3plus_holo_light.9.png b/res/drawable-hdpi/super_collapsed_thread_stack_3plus_holo_light.9.png
deleted file mode 100644
index 66e5cdb..0000000
--- a/res/drawable-hdpi/super_collapsed_thread_stack_3plus_holo_light.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/super_collapsed_thread_stack_2_holo_light.9.png b/res/drawable-mdpi/super_collapsed_thread_stack_2_holo_light.9.png
deleted file mode 100644
index d15e1ca..0000000
--- a/res/drawable-mdpi/super_collapsed_thread_stack_2_holo_light.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/super_collapsed_thread_stack_3plus_holo_light.9.png b/res/drawable-mdpi/super_collapsed_thread_stack_3plus_holo_light.9.png
deleted file mode 100644
index 1a72e4a..0000000
--- a/res/drawable-mdpi/super_collapsed_thread_stack_3plus_holo_light.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/super_collapsed_thread_stack_2_holo_light.9.png b/res/drawable-xhdpi/super_collapsed_thread_stack_2_holo_light.9.png
deleted file mode 100644
index efb8731..0000000
--- a/res/drawable-xhdpi/super_collapsed_thread_stack_2_holo_light.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/super_collapsed_thread_stack_3plus_holo_light.9.png b/res/drawable-xhdpi/super_collapsed_thread_stack_3plus_holo_light.9.png
deleted file mode 100644
index 5a95b73..0000000
--- a/res/drawable-xhdpi/super_collapsed_thread_stack_3plus_holo_light.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/super_collapsed_icon.xml b/res/drawable/super_collapsed_icon.xml
deleted file mode 100644
index 7e3ec6d..0000000
--- a/res/drawable/super_collapsed_icon.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-<level-list xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:drawable="@drawable/super_collapsed_thread_stack_2_holo_light"
-        android:minLevel="0"
-        android:maxLevel="2" />
-    <item android:drawable="@drawable/super_collapsed_thread_stack_3plus_holo_light"
-        android:minLevel="3"
-        android:maxLevel="100"/>
-</level-list>
diff --git a/res/layout-sw600dp/readme.xml b/res/layout-sw600dp/readme.xml
deleted file mode 100644
index 21b8936..0000000
--- a/res/layout-sw600dp/readme.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-<!--
-  UnifiedEmail directory creation
-
-  Directory with resources for 600x1024 mdpi (7" tablet):
-  http://developer.android.com/guide/topics/resources/providing-resources.html#BestMatch
--->
-<View xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"/>
diff --git a/res/layout/account_switch_spinner_dropdown_account.xml b/res/layout/account_switch_spinner_dropdown_account.xml
deleted file mode 100644
index 50b6a4c..0000000
--- a/res/layout/account_switch_spinner_dropdown_account.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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"
-    style="?android:attr/spinnerDropDownItemStyle"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:orientation="horizontal"
-    android:minHeight="@dimen/account_dropdown_item_height">
-    <LinearLayout
-        android:layout_width="0dp"
-        android:layout_height="match_parent"
-        android:layout_centerVertical="true"
-        android:orientation="vertical"
-        android:layout_weight="1"
-        android:minHeight="@dimen/account_dropdown_item_height">
-        <TextView
-            android:id="@+id/dropdown_first"
-            android:singleLine="true"
-            android:layout_height="wrap_content"
-            android:layout_width="match_parent"
-            android:ellipsize="end"
-            style="@android:style/TextAppearance.Holo.Widget.ActionBar.Title" />
-        <TextView
-            android:id="@+id/dropdown_second"
-            android:layout_height="wrap_content"
-            android:layout_width="match_parent"
-            android:ellipsize="end"
-            style="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle" />
-    </LinearLayout>
-    <FrameLayout
-        android:layout_width="wrap_content"
-        android:layout_height="match_parent">
-        <View android:id="@+id/dropdown_color"
-            android:layout_alignParentTop="true"
-            android:layout_alignParentRight="true"
-            android:layout_height="@dimen/color_block_height"
-            android:layout_width="@dimen/color_block_width"/>
-        <TextView
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:id="@+id/dropdown_unread"
-            style="@style/UnreadCount"/>
-    </FrameLayout>
-</LinearLayout>
diff --git a/res/layout/account_switch_spinner_dropdown_folder.xml b/res/layout/account_switch_spinner_dropdown_folder.xml
deleted file mode 100644
index 51fd39b..0000000
--- a/res/layout/account_switch_spinner_dropdown_folder.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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"
-    style="?android:attr/spinnerDropDownItemStyle"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:orientation="horizontal"
-    android:minHeight="@dimen/account_dropdown_item_height">
-    <FrameLayout
-        android:layout_width="0dp"
-        android:layout_height="match_parent"
-        android:layout_weight="1">
-        <View android:id="@+id/dropdown_color"
-            android:layout_alignParentTop="true"
-            android:layout_alignParentLeft="true"
-            android:layout_height="@dimen/color_block_height"
-            android:layout_width="@dimen/color_block_width"/>
-        <TextView
-            android:id="@+id/dropdown_first"
-            android:singleLine="true"
-            android:layout_gravity="center_vertical"
-            android:layout_height="wrap_content"
-            android:layout_width="wrap_content"
-            android:ellipsize="end"
-            style="@android:style/TextAppearance.Holo.Widget.ActionBar.Title" />
-    </FrameLayout>
-    <TextView
-        android:id="@+id/dropdown_unread"
-        android:layout_width="wrap_content"
-        android:layout_height="match_parent"
-        android:gravity="center_vertical"
-        style="@style/UnreadCount"/>
-</LinearLayout>
diff --git a/res/layout/account_switch_spinner_dropdown_header.xml b/res/layout/account_switch_spinner_dropdown_header.xml
deleted file mode 100644
index 24dfb30..0000000
--- a/res/layout/account_switch_spinner_dropdown_header.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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 layout shows the header in the dropdown list of folders. This header is non-clickable. -->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="32dip"
-    android:layout_gravity="center_vertical"
-    style="?android:attr/listSeparatorTextViewStyle"
-    android:background="@+drawable/list_section_divider_holo_light"
-    android:paddingLeft="@dimen/folder_list_heading_padding_side"
-    android:paddingRight="@dimen/folder_list_heading_padding_side">
-
-    <TextView
-        android:textAllCaps="true"
-        android:textSize="14sp"
-        android:textColor="@color/folder_list_heading_text_color"
-        android:textStyle="bold"
-        android:layout_height="wrap_content"
-        android:layout_width="wrap_content"
-        android:layout_gravity="center_vertical"
-        android:text="@string/recent_folders"/>
-
-    <!-- This is the name of the account. -->
-    <TextView
-        android:id="@+id/account_spinner_header_account"
-        android:ellipsize="end"
-        android:singleLine="true"
-        android:textSize="14sp"
-        android:textColor="@color/folder_list_heading_text_color"
-        android:layout_height="wrap_content"
-        android:layout_width="0dip"
-        android:layout_weight="1"
-        android:gravity="center_vertical|right" />
-
-</LinearLayout>
diff --git a/res/layout/action_bar_indeterminate_progress.xml b/res/layout/action_bar_indeterminate_progress.xml
deleted file mode 100644
index 6cb8264..0000000
--- a/res/layout/action_bar_indeterminate_progress.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-<FrameLayout
-        xmlns:android="http://schemas.android.com/apk/res/android"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:gravity="center"
-        style="?android:attr/actionButtonStyle"
-        >
-    <ProgressBar
-            android:layout_width="32dip"
-            android:layout_height="32dip"
-            android:layout_gravity="center"
-            style="?android:attr/indeterminateProgressStyle"
-            />
-</FrameLayout>
\ No newline at end of file
diff --git a/res/layout/apply_remove_folder_dialog.xml b/res/layout/apply_remove_folder_dialog.xml
deleted file mode 100644
index 3623415..0000000
--- a/res/layout/apply_remove_folder_dialog.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/* //device/apps/common/res/layout/select_dialog.xml
-**
-** Copyright 2006, Google Inc.
-**
-** 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 layout file is used by the AlertDialog when displaying a list of items.
-    This layout file is inflated and used as the ListView to display the items.
-    Assign an ID so its state will be saved/restored.
--->
-<ListView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:layout_marginTop="5px" />
diff --git a/res/layout/empty.xml b/res/layout/empty.xml
deleted file mode 100644
index faa5df7..0000000
--- a/res/layout/empty.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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"
-      android:layout_alignParentTop="true"
-      android:layout_alignParentRight="true"
-      android:layout_height="wrap_content"
-      android:layout_width="wrap_content"
-      >
-</View>
diff --git a/res/layout/folder_switch_spinner_dropdown_item.xml b/res/layout/folder_switch_spinner_dropdown_item.xml
deleted file mode 100644
index 60edb2c..0000000
--- a/res/layout/folder_switch_spinner_dropdown_item.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-
-
-<!--  Each item in the folder switch spinner. -->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    style="?android:attr/spinnerDropDownItemStyle"
-    android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:minHeight="@dimen/account_dropdown_item_height"
-    android:gravity="center_vertical">
-
-    <TextView
-        android:id="@+id/name"
-        android:layout_height="wrap_content"
-        android:layout_width="0dip"
-        android:layout_weight="1"
-        android:maxLines="2"
-        android:ellipsize="end"
-        style="@android:style/TextAppearance.Holo.Widget.ActionBar.Title" />
-
-    <TextView
-        android:id="@+id/unread"
-        style="@style/UnreadCount" />
-
-</LinearLayout>
diff --git a/res/layout/icon_list_item.xml b/res/layout/icon_list_item.xml
deleted file mode 100644
index 8288528..0000000
--- a/res/layout/icon_list_item.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012 Google Inc.
-     Licensed to 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="@+id/text"
-    android:layout_width="wrap_content"
-    android:layout_height="match_parent"
-    android:paddingTop="1dip"
-    android:paddingBottom="1dip"
-    android:paddingLeft="9dip"
-    android:paddingRight="9dip"
-    android:drawablePadding="9dip"
-    android:minHeight="?android:attr/listPreferredItemHeight"
-    android:gravity="center_vertical"
-    android:textAppearance="?android:attr/textAppearanceLarge"/>
diff --git a/res/layout/loading_message.xml b/res/layout/loading_message.xml
deleted file mode 100644
index a8ae942..0000000
--- a/res/layout/loading_message.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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="horizontal"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:layout_gravity="center"
-    android:gravity="center"
-    android:background="@drawable/conversation_unread_selector">
-    <ProgressBar
-        style="?android:attr/progressBarStyleSmall"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginRight="8dp" />
-    <TextView
-        android:text="@string/loading"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content" />
-</LinearLayout>
diff --git a/res/layout/readme.xml b/res/layout/readme.xml
deleted file mode 100644
index fda4580..0000000
--- a/res/layout/readme.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-<!--
-  UnifiedEmail directory creation
--->
-<View xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"/>
diff --git a/res/layout/sync_status_view.xml b/res/layout/sync_status_view.xml
deleted file mode 100644
index 96f312a..0000000
--- a/res/layout/sync_status_view.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * Copyright (c) 2013 Google Inc.
- *
- * 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/sync_status_bar"
-    android:layout_width="match_parent"
-    android:layout_height="@dimen/sync_status_bar_height"
-    android:layout_gravity="top"
-    android:visibility="gone"
-    android:background="@android:color/white">
-
-    <LinearLayout android:id="@+id/sync_result"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:padding="5dip"
-        android:visibility="gone"
-        android:gravity="center_vertical">
-
-        <TextView android:id="@+id/sync_result_text"
-            android:layout_width="0dip"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:textSize="12sp"
-            android:layout_marginBottom="1dip"
-            android:paddingLeft="5dip"
-            android:textColor="@android:color/black"
-            android:text="@string/no_new_messages" />
-    </LinearLayout>
-
-    <LinearLayout android:id="@+id/loading"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:visibility="gone"
-        android:gravity="center">
-
-        <ProgressBar
-            style="?android:attr/progressBarStyle"
-            android:indeterminate="true"
-            android:layout_width="32dp"
-            android:layout_height="32dp" />
-    </LinearLayout>
-</LinearLayout>
diff --git a/res/menu/folder_list_menu.xml b/res/menu/folder_list_menu.xml
deleted file mode 100644
index 0f99d08..0000000
--- a/res/menu/folder_list_menu.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
-    <!-- Always available -->
-    <item android:id="@+id/settings"
-        android:title="@string/menu_settings"
-        android:showAsAction="never" />
-
-    <!-- Always available -->
-    <item
-        android:id="@+id/feedback_menu_item"
-        android:icon="@android:drawable/ic_menu_send"
-        android:showAsAction="never"
-        android:title="@string/feedback" />
-
-    <!-- Always available -->
-    <item
-        android:id="@+id/help_info_menu_item"
-        android:icon="@android:drawable/ic_menu_help"
-        android:showAsAction="never"
-        android:title="@string/help_and_info" />
-</menu>
diff --git a/res/values-sw600dp-land/two_pane_dimen.xml b/res/values-sw600dp-land/two_pane_dimen.xml
deleted file mode 100644
index 7922107..0000000
--- a/res/values-sw600dp-land/two_pane_dimen.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012 Google Inc.
-     Licensed to 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.
--->
-
-<resources>
-    <dimen name="folder_list_pane_width">240dip</dimen>
-</resources>
diff --git a/res/values-sw600dp/colors.xml b/res/values-sw600dp/colors.xml
deleted file mode 100644
index 8d95732..0000000
--- a/res/values-sw600dp/colors.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2011 Google Inc.
-     Licensed to 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.
--->
-<resources>
-    <color name="folder_list_background_color">@android:color/transparent</color>
-</resources>
diff --git a/res/values-sw600dp/two_pane_dimen.xml b/res/values-sw600dp/two_pane_dimen.xml
index 1ca8a3c..69beb5e 100644
--- a/res/values-sw600dp/two_pane_dimen.xml
+++ b/res/values-sw600dp/two_pane_dimen.xml
@@ -17,6 +17,5 @@
 -->
 
 <resources>
-    <dimen name="folder_list_pane_width">200dip</dimen>
     <dimen name="empty_view_top_padding">104dip</dimen>
 </resources>
diff --git a/res/values-sw720dp-land/two_pane_dimen.xml b/res/values-sw720dp-land/two_pane_dimen.xml
deleted file mode 100644
index 501d0f8..0000000
--- a/res/values-sw720dp-land/two_pane_dimen.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012 Google Inc.
-     Licensed to 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.
--->
-
-<resources>
-    <dimen name="folder_list_pane_width">320dip</dimen>
-</resources>
diff --git a/res/values-sw720dp/two_pane_dimen.xml b/res/values-sw720dp/two_pane_dimen.xml
deleted file mode 100644
index 1800735..0000000
--- a/res/values-sw720dp/two_pane_dimen.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012 Google Inc.
-     Licensed to 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.
--->
-
-<resources>
-    <dimen name="folder_list_pane_width">200dip</dimen>
-</resources>
diff --git a/res/values-w1000dp/constants.xml b/res/values-w1000dp/constants.xml
index 7fff7ff..daa7988 100644
--- a/res/values-w1000dp/constants.xml
+++ b/res/values-w1000dp/constants.xml
@@ -16,7 +16,6 @@
      limitations under the License.
 -->
 <resources>
-    <integer name="conversation_list_header_mode">0</integer>
     <integer name="conversation_list_search_header_mode">0</integer>
     <integer name="folder_list_weight">1</integer>
     <integer name="conversation_list_weight">3</integer>
diff --git a/res/values-w720dp/constants.xml b/res/values-w720dp/constants.xml
index 0806c41..56e58de 100644
--- a/res/values-w720dp/constants.xml
+++ b/res/values-w720dp/constants.xml
@@ -16,7 +16,6 @@
      limitations under the License.
 -->
 <resources>
-    <integer name="conversation_list_header_mode">0</integer>
     <integer name="conversation_list_search_header_mode">0</integer>
     <integer name="folder_list_weight">9</integer>
     <integer name="conversation_list_weight">15</integer>
diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml
index 09c53c5..65bb190 100644
--- a/res/values/animation_constants.xml
+++ b/res/values/animation_constants.xml
@@ -16,10 +16,6 @@
      limitations under the License.
 -->
 <resources>
-    <integer name="activity_slide_left_duration">475</integer>
-    <integer name="activity_slide_right_duration">525</integer>
-    <integer name="activity_collapse_duration">125</integer>
-    <integer name="expand_cc_bcc_dur">150</integer>
     <integer name="fadein_cc_bcc_dur">150</integer>
     <integer name="fade_duration">250</integer>
     <integer name="dialog_animationDefaultDur">220</integer>
@@ -34,10 +30,7 @@
     <integer name="max_escape_animation_duration">400</integer>
     <integer name="max_dismiss_velocity">2000</integer>
     <integer name="snap_animation_duration">350</integer>
-    <integer name="dismiss_animation_duration">500</integer>
     <dimen name="min_swipe">10dip</dimen>
-    <dimen name="min_vert">10dip</dimen>
-    <dimen name="min_lock">20dip</dimen>
     <integer name="dismiss_all_leavebehinds_short_delay">175</integer>
     <integer name="dismiss_all_leavebehinds_long_delay">350</integer>
 </resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 79a613f..7fb8518 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -22,7 +22,6 @@
     <!-- if you want to make something blue, please try to use THIS blue -->
     <color name="mail_app_blue">@android:color/holo_blue_light</color>
     <!-- Conversation List Item Colors -->
-    <color name="default_text_color">#ff000000</color>
     <color name="subject_text_color_unread">@color/dark_gray_text_color</color>
     <color name="snippet_text_color_unread">#777777</color>
     <color name="senders_text_color_unread">@color/dark_gray_text_color</color>
@@ -31,20 +30,11 @@
     <color name="senders_text_color_read">@color/senders_text_color_unread</color>
     <color name="date_text_color">@color/dark_gray_text_color</color>
     <color name="message_info_text_color">@color/gray_text_color</color>
-    <color name="subject_text_color">#333333</color>
     <color name="ap_background_color">#fff1f1f2</color>
     <color name="ap_overflow_badge_color">#cceeeeee</color>
     <color name="ap_overflow_text_color">#ff4f4c4c</color>
-    <!-- a 'checked' item is in the conversation selection set. also the 'pressed' color. -->
-    <!-- this is holo_blue_light @ 20% opacity -->
-    <color name="checked_item_background_color">#cfe9f3</color>
-    <!-- the 'activated' item is the visible conversation on tablet, with caret -->
-    <!-- this is holo_blue_light @ 45% opacity -->
-    <color name="activated_item_background_color">#9ed8ee</color>
 
     <color name="drafts">#ff990000</color>
-    <color name="light_text_color">#ff666666</color>
-    <color name="folder_list_background_color">#ffdddddd</color>
     <color name="attachment_bg_color">#ffdddddd</color>
     <color name="swiped_bg_color">#ff999999</color>
     <color name="holo_light_background_color">#ffe8e8e8</color>
@@ -54,10 +44,8 @@
 
     <!-- Folder List/Drawer colors -->
     <color name="account_item_selected_text_color">@color/mail_app_blue</color>
-    <color name="folder_list_divider_color">@color/gray_text_color</color>
     <color name="folder_list_heading_text_color">@color/dark_gray_text_color</color>
     <color name="list_background_color">#eeeeee</color>
-    <color name="unread_count_color">#aaaaaa</color>
 
     <!-- Compose colors -->
     <color name="compose_label_text">#aaaaaa</color>
@@ -66,7 +54,6 @@
     <!-- Must match the quoted_text_background_color_string -->
     <color name="compose_background_color">@android:color/white</color>
     <string name="quoted_text_font_color_string" translatable="false">@color/gray_text_color</string>
-    <color name="compose_attachment_title_background_color">#CCCCCC</color>
     <color name="quotedTextColor">@color/gray_text_color</color>
 
     <color name="conv_header_add_label_text">@android:color/black</color>
@@ -94,8 +81,6 @@
     <color name="hierarchical_folder_parent_color">@color/gray_text_color</color>
 
     <color name="high_spam_color">#CC0000</color>
-    <color name="leaveBehindBackground">#5a595a</color>
-    <color name="animating_item_background_color">#7F0099cc</color>
 
     <color name="notification_template_icon_low_bg">#0cffffff</color>
 
diff --git a/res/values/constants.xml b/res/values/constants.xml
index e293c93..c238bf7 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -18,7 +18,6 @@
 <resources>
     <!-- Boolean value indicating whether the tablet UI should be used. -->
     <integer name="use_tablet_ui">0</integer>
-    <integer name="conversation_list_header_mode">1</integer>
     <integer name="conversation_header_mode">1</integer>
     <integer name="conversation_list_search_header_mode">1</integer>
 
@@ -82,9 +81,6 @@
     <!-- Wait at least this long to dismiss the spinner when loading a conversation -->
     <integer name="conversationview_min_show_loading">250</integer>
 
-    <!-- Animation duration for showing the title bar again for SecureConversationViewFragment -->
-    <integer name="title_bar_show_animation_duration">300</integer>
-
     <integer name="webview_initial_delay">1000</integer>
 
     <!-- The width or height of the preview will not exceed this -->
diff --git a/res/values/dimen.xml b/res/values/dimen.xml
index 96176c6..a8c67f4 100644
--- a/res/values/dimen.xml
+++ b/res/values/dimen.xml
@@ -22,19 +22,15 @@
     <dimen name="list_normal_mode_min_width_is_spacious">600dp</dimen>
     <dimen name="account_dropdown_item_height">48dip</dimen>
     <dimen name="senders_font_size">18sp</dimen>
-    <dimen name="subject_font_size">14sp</dimen>
     <dimen name="folders_text_bottom_padding">4dip</dimen>
     <dimen name="attachment_tile_min_size">120dp</dimen>
     <dimen name="attachment_tile_max_size">164dp</dimen>
-    <dimen name="date_font_size">12sp</dimen>
-    <dimen name="account_dropdown_dropdownwidth">274dip</dimen>
     <dimen name="compose_scrollview_width">700dp</dimen>
     <dimen name="color_block_width">32dip</dimen>
     <dimen name="color_block_height">6dip</dimen>
     <!-- The star is pretty small and does not have padding anymore, so the slop needs to be bigger-->
     <dimen name="star_touch_slop">16dip</dimen>
     <dimen name="sender_image_touch_slop">8dip</dimen>
-    <dimen name="move_slop">4dip</dimen>
     <dimen name="standard_scaled_dimen">100sp</dimen>
     <dimen name="folder_cell_width">32dip</dimen>
     <dimen name="folders_left_padding">8dip</dimen>
@@ -42,7 +38,6 @@
     <dimen name="conversation_message_content_margin_side">16dp</dimen>
     <dimen name="conversation_view_margin_side">8dp</dimen>
     <dimen name="conversation_view_margin_side_minus_gradient">7dp</dimen>
-    <dimen name="conversation_view_margin_side_gradient">1dp</dimen>
     <dimen name="conversation_header_font_size">18sp</dimen>
     <dimen name="conversation_header_font_size_condensed">14sp</dimen>
     <dimen name="conversation_header_vertical_padding">16dip</dimen>
@@ -89,8 +84,6 @@
     <dimen name="account_item_minimum_height">48dip</dimen>
     <dimen name="account_item_swatch_height">8dip</dimen>
     <dimen name="account_item_folder_color_width">36dip</dimen>
-    <dimen name="account_radio_button_length">16dp</dimen>
-    <dimen name="widget_senders_font_size">18sp</dimen>
     <dimen name="widget_subject_font_size">13sp</dimen>
     <dimen name="widget_date_font_size">12sp</dimen>
     <dimen name="widget_margin_top">0dip</dimen>
@@ -98,20 +91,11 @@
     <dimen name="widget_margin_right">0dip</dimen>
     <dimen name="widget_margin_bottom">0dip</dimen>
     <dimen name="search_view_width">400dip</dimen>
-    <dimen name="titlebar_height">48dip</dimen>
-    <dimen name="titlebar_icon_size">40dip</dimen>
-    <dimen name="micro_kind_max_dimension">64dip</dimen>
-    <dimen name="mini_kind_max_dimension">340dip</dimen>
-    <dimen name="photo_crop_width">280dp</dimen>
-    <dimen name="photo_crop_stroke_width">1dp</dimen>
-    <dimen name="photo_overlay_right_padding">4dp</dimen>
-    <dimen name="photo_overlay_bottom_padding">6dp</dimen>
     <dimen name="toast_bar_bottom_margin">4dip</dimen>
     <dimen name="toast_bar_bottom_margin_in_conversation">24dip</dimen>
     <dimen name="wait_padding">16dp</dimen>
     <integer name="chips_max_lines">2</integer>
     <dimen name="tile_letter_font_size">33dp</dimen>
-    <dimen name="tile_letter_font_size_med">16dp</dimen>
     <dimen name="tile_letter_font_size_small">16dp</dimen>
     <dimen name="tile_divider_width">1dp</dimen>
     <dimen name="sync_status_bar_height">40dip</dimen>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 196174e..bfac83e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -283,10 +283,6 @@
     <string name="attach_image">Picture</string>
     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog [CHAR LIMIT=20] -->
     <string name="attach_video">Video</string>
-    <plurals name="number_of_attachments">
-        <item quantity="one">%d attachment</item>
-        <item quantity="other">%d attachments</item>
-    </plurals>
 
     <!-- Webview Context Menu Strings -->
     <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]-->
diff --git a/res/values/two_pane_dimen.xml b/res/values/two_pane_dimen.xml
index 538f94a..b894dc7 100644
--- a/res/values/two_pane_dimen.xml
+++ b/res/values/two_pane_dimen.xml
@@ -17,6 +17,5 @@
 -->
 
 <resources>
-    <dimen name="folder_list_pane_width">320dip</dimen>
     <dimen name="empty_view_top_padding">38dip</dimen>
 </resources>
diff --git a/res/values/whats_new.xml b/res/values/whats_new.xml
deleted file mode 100644
index fe66e19..0000000
--- a/res/values/whats_new.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2012, Google Inc. -->
-
-<resources>
-    <!-- The version code at which the What's New dialog was last changed. -->
-    <integer name="whats_new_last_updated">0</integer>
-</resources>
\ No newline at end of file