Skip to content

Commit 88c03f2

Browse files
committed
Added animated-selector to all selector drawables
1 parent 279a2de commit 88c03f2

30 files changed

+120
-86
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/ic_action_redo_white_30_24dp" android:state_enabled="false" />
78
<item android:drawable="@drawable/ic_action_redo_white_24dp" />
89

9-
</selector>
10+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/ic_action_undo_white_30_24dp" android:state_enabled="false" />
78
<item android:drawable="@drawable/ic_action_undo_white_24dp" />
89

9-
</selector>
10+
</animated-selector>
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<selector xmlns:android="http://schemas.android.com/apk/res/android">
2+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
tools:targetApi="lollipop">
35

46
<item android:drawable="@drawable/media_bar_button_camera_disabled" android:state_enabled="false"/>
57
<item android:drawable="@drawable/media_bar_button_camera_highlighted" android:state_focused="true"/>
68
<item android:drawable="@drawable/media_bar_button_camera"/>
79

8-
</selector>
10+
</animated-selector>
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<selector xmlns:android="http://schemas.android.com/apk/res/android">
2+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
tools:targetApi="lollipop">
35

46
<item android:drawable="@drawable/media_bar_button_image_multiple_disabled" android:state_enabled="false"/>
57
<item android:drawable="@drawable/media_bar_button_image_multiple_highlighted" android:state_focused="true"/>
68
<item android:drawable="@drawable/media_bar_button_image_multiple"/>
79

8-
</selector>
10+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:tools="http://schemas.android.com/tools"
4+
xmlns:android="http://schemas.android.com/apk/res/android"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/format_bar_button_align_center_disabled" android:state_enabled="false" />
78
<item android:drawable="@drawable/format_bar_button_align_center_highlighted" android:state_checked="true" />
89
<item android:drawable="@drawable/format_bar_button_align_center_highlighted" android:state_focused="true" />
910
<item android:drawable="@drawable/format_bar_button_align_center" />
1011

11-
</selector>
12+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/format_bar_button_align_left_disabled" android:state_enabled="false" />
78
<item android:drawable="@drawable/format_bar_button_align_left_highlighted" android:state_checked="true" />
89
<item android:drawable="@drawable/format_bar_button_align_left_highlighted" android:state_focused="true" />
910
<item android:drawable="@drawable/format_bar_button_align_left" />
1011

11-
</selector>
12+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/format_bar_button_align_right_disabled" android:state_enabled="false" />
78
<item android:drawable="@drawable/format_bar_button_align_right_highlighted" android:state_checked="true" />
89
<item android:drawable="@drawable/format_bar_button_align_right_highlighted" android:state_focused="true" />
910
<item android:drawable="@drawable/format_bar_button_align_right" />
1011

11-
</selector>
12+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/format_bar_button_bold_disabled" android:state_enabled="false" />
78
<item android:drawable="@drawable/format_bar_button_bold_highlighted" android:state_checked="true" />
89
<item android:drawable="@drawable/format_bar_button_bold_highlighted" android:state_focused="true" />
910
<item android:drawable="@drawable/format_bar_button_bold" />
1011

11-
</selector>
12+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/format_bar_button_ellipsis_horizontal_disabled" android:state_enabled="false" />
78
<item android:drawable="@drawable/format_bar_button_ellipsis_horizontal" />
89

9-
</selector>
10+
</animated-selector>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<selector
4-
xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:targetApi="lollipop">
56

67
<item android:drawable="@drawable/format_bar_button_ellipsis_vertical_disabled" android:state_enabled="false" />
78
<item android:drawable="@drawable/format_bar_button_ellipsis_vertical" />
89

9-
</selector>
10+
</animated-selector>

0 commit comments

Comments
 (0)