Switch to using automatic resource namespaces for drawables and services.

Change-Id: If90089be6be004c87bdda5a5c3ed036a48205229
This commit is contained in:
Greg Bullock 2014-06-05 17:25:51 +02:00
parent 43ab1020f1
commit 9909fabcc6
8 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_drafts_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_drafts_holo_dark" />

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_inbox_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_inbox_holo_dark" />

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_outbox_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_outbox_holo_dark" />

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_sent_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_sent_holo_dark" />

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_star_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_star_holo_dark" />

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_trash_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_trash_holo_dark" />

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.android.email">
xmlns:app="http://schemas.android.com/apk/res-auto">
<item app:state_drag_mode="true" android:state_drag_can_accept="false"
android:drawable="@drawable/ic_folder_unread_holo_gray" />
<item android:state_activated="true" android:drawable="@drawable/ic_folder_unread_holo_dark" />

View File

@ -48,7 +48,7 @@
syncContacts: whether this service is capable of syncing contacts (offering a checkbox)
-->
<emailservices xmlns:email="http://schemas.android.com/apk/res/com.android.email">
<emailservices xmlns:email="http://schemas.android.com/apk/res-auto">
<emailservice
email:protocol="pop3"
email:name="@string/pop3_name"