Remove more unnecessary overrides.
Change-Id: I9e44a24aff0cde1baba63cc105aa6b0e95860e70
Before Width: | Height: | Size: 832 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 623 B |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 623 B |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 1006 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.2 KiB |
@ -1,20 +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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:drawable="@drawable/ic_newer_arrow_holo_light" />
|
||||
<item android:state_enabled="false" android:drawable="@drawable/ic_newer_arrow_disabled_holo_light" />
|
||||
</selector>
|
@ -1,20 +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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:drawable="@drawable/ic_older_arrow_holo_light" />
|
||||
<item android:state_enabled="false" android:drawable="@drawable/ic_older_arrow_disabled_holo_light" />
|
||||
</selector>
|