diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable/tab_contacts.xml | 30 | ||||
-rw-r--r-- | res/drawable/tab_history.xml | 30 | ||||
-rw-r--r-- | res/drawable/tab_speed_dial.xml | 30 | ||||
-rw-r--r-- | res/drawable/tab_voicemail.xml | 30 |
4 files changed, 0 insertions, 120 deletions
diff --git a/res/drawable/tab_contacts.xml b/res/drawable/tab_contacts.xml deleted file mode 100644 index ed3f86b9b..000000000 --- a/res/drawable/tab_contacts.xml +++ /dev/null @@ -1,30 +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 - --> - -<ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:color="@color/tab_ripple_color"> - - <item> - <bitmap android:src="@drawable/ic_people_24dp" - android:gravity="center" /> - </item> - - <item android:id="@android:id/mask"> - <color android:color="@android:color/white" /> - </item> - -</ripple> diff --git a/res/drawable/tab_history.xml b/res/drawable/tab_history.xml deleted file mode 100644 index b1a531840..000000000 --- a/res/drawable/tab_history.xml +++ /dev/null @@ -1,30 +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 - --> - -<ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:color="@color/tab_ripple_color"> - - <item> - <bitmap android:src="@drawable/ic_schedule_24dp" - android:gravity="center" /> - </item> - - <item android:id="@android:id/mask"> - <color android:color="@android:color/white" /> - </item> - -</ripple> diff --git a/res/drawable/tab_speed_dial.xml b/res/drawable/tab_speed_dial.xml deleted file mode 100644 index c9c4820b3..000000000 --- a/res/drawable/tab_speed_dial.xml +++ /dev/null @@ -1,30 +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 - --> - -<ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:color="@color/tab_ripple_color"> - - <item> - <bitmap android:src="@drawable/ic_grade_24dp" - android:gravity="center" /> - </item> - - <item android:id="@android:id/mask"> - <color android:color="@android:color/white" /> - </item> - -</ripple> diff --git a/res/drawable/tab_voicemail.xml b/res/drawable/tab_voicemail.xml deleted file mode 100644 index 568891b01..000000000 --- a/res/drawable/tab_voicemail.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 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 - --> - -<ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:color="@color/tab_ripple_color"> - - <item> - <bitmap android:src="@drawable/ic_voicemail_24dp" - android:gravity="center" /> - </item> - - <item android:id="@android:id/mask"> - <color android:color="@android:color/white" /> - </item> - -</ripple> |