Skip to content

Commit

Permalink
Merge pull request #18 from roubert/duplicated
Browse files Browse the repository at this point in the history
Replace duplicated resources with just one copy.
  • Loading branch information
Michael Novak committed Feb 9, 2013
2 parents b76dd66 + 2cf7f0c commit c8a29b5
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/res/drawable/numberpicker_down_btn_holo_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<item android:state_pressed="true"
android:state_enabled="true"
android:drawable="@drawable/numberpicker_down_pressed_holo_dark" />
android:drawable="@drawable/numberpicker_down_pressed_holo" />

<item android:state_pressed="false"
android:state_enabled="true"
Expand Down
2 changes: 1 addition & 1 deletion lib/res/drawable/numberpicker_down_btn_holo_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<item android:state_pressed="true"
android:state_enabled="true"
android:drawable="@drawable/numberpicker_down_pressed_holo_light" />
android:drawable="@drawable/numberpicker_down_pressed_holo" />

<item android:state_pressed="false"
android:state_enabled="true"
Expand Down
2 changes: 1 addition & 1 deletion lib/res/drawable/numberpicker_up_btn_holo_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<item android:state_pressed="true"
android:state_enabled="true"
android:drawable="@drawable/numberpicker_up_pressed_holo_dark" />
android:drawable="@drawable/numberpicker_up_pressed_holo" />

<item android:state_pressed="false"
android:state_enabled="true"
Expand Down
2 changes: 1 addition & 1 deletion lib/res/drawable/numberpicker_up_btn_holo_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<item android:state_pressed="true"
android:state_enabled="true"
android:drawable="@drawable/numberpicker_up_pressed_holo_light" />
android:drawable="@drawable/numberpicker_up_pressed_holo" />

<item android:state_pressed="false"
android:state_enabled="true"
Expand Down

0 comments on commit c8a29b5

Please sign in to comment.