Refactoring on drawables' names

This commit is contained in:
Sylvain Berfini 2012-07-03 13:41:39 +02:00
parent f8596abb55
commit 4883c016a2
157 changed files with 131 additions and 110 deletions

View file

@ -3,5 +3,5 @@
<item android:state_pressed="true"
android:drawable="@drawable/add_call_over" />
<item
android:drawable="@drawable/add_call_actif" />
android:drawable="@drawable/add_call_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 7 KiB

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -3,8 +3,8 @@
<item android:state_pressed="true"
android:drawable="@drawable/add_contact_over" />
<item android:state_enabled="false"
android:drawable="@drawable/add_contact_inactif" />
android:drawable="@drawable/add_contact_disabled" />
<item
android:drawable="@drawable/add_contact_actif" />
android:drawable="@drawable/add_contact_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true"
android:drawable="@drawable/all_selectionne" />
android:drawable="@drawable/all_selected" />
<item android:state_enabled="false"
android:drawable="@drawable/all_actif" />
android:drawable="@drawable/all_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -3,6 +3,6 @@
<item android:state_pressed="true"
android:drawable="@drawable/backspace_over" />
<item
android:drawable="@drawable/backspace_actif" />
android:drawable="@drawable/backspace_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,5 +3,5 @@
<item android:state_pressed="true"
android:drawable="@drawable/button_background_over" />
<item
android:drawable="@drawable/button_background_actif" />
android:drawable="@drawable/button_background_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/call_answer_over" />
android:drawable="@drawable/call_over" />
<item
android:drawable="@drawable/call_answer_default" />
android:drawable="@drawable/call_default" />
</selector>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/detail_over" />
android:drawable="@drawable/call_answer_over" />
<item
android:drawable="@drawable/detail_actif" />
android:drawable="@drawable/call_answer_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View file

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -3,7 +3,7 @@
<item android:state_pressed="true"
android:drawable="@drawable/chat_over" />
<item android:state_selected="true"
android:drawable="@drawable/chat_selectionne" />
android:drawable="@drawable/chat_selected" />
<item
android:drawable="@drawable/chat_actif" />
android:drawable="@drawable/chat_default" />
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 955 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

After

Width:  |  Height:  |  Size: 913 B

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -3,6 +3,6 @@
<item android:state_pressed="true"
android:drawable="@drawable/chat_edit_over" />
<item
android:drawable="@drawable/chat_edit_actif" />
android:drawable="@drawable/chat_edit_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -3,6 +3,6 @@
<item android:state_pressed="true"
android:drawable="@drawable/chat_new_over" />
<item
android:drawable="@drawable/chat_new_actif" />
android:drawable="@drawable/chat_new_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

@ -3,6 +3,6 @@
<item android:state_pressed="true"
android:drawable="@drawable/chat_ok_over" />
<item
android:drawable="@drawable/chat_ok_actif" />
android:drawable="@drawable/chat_ok_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -3,6 +3,6 @@
<item android:state_pressed="true"
android:drawable="@drawable/chat_send_message_over" />
<item
android:drawable="@drawable/chat_send_message_actif" />
android:drawable="@drawable/chat_send_message_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

@ -3,7 +3,7 @@
<item android:state_pressed="true"
android:drawable="@drawable/contacts_over" />
<item android:state_selected="true"
android:drawable="@drawable/contacts_selectionne" />
android:drawable="@drawable/contacts_selected" />
<item
android:drawable="@drawable/contacts_actif" />
android:drawable="@drawable/contacts_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/delete_over" />
<item
android:drawable="@drawable/delete_actif" />
</selector>

View file

@ -3,7 +3,7 @@
<item android:state_pressed="true"
android:drawable="@drawable/dialer_over" />
<item android:state_selected="true"
android:drawable="@drawable/dialer_selectionne" />
android:drawable="@drawable/dialer_selected" />
<item
android:drawable="@drawable/dialer_actif" />
android:drawable="@drawable/dialer_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -3,6 +3,6 @@
<item android:state_pressed="true"
android:drawable="@drawable/dialer_alt_over" />
<item
android:drawable="@drawable/dialer_alt_actif" />
android:drawable="@drawable/dialer_alt_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/edit_over" />
android:drawable="@drawable/hangup_over" />
<item
android:drawable="@drawable/edit_actif" />
android:drawable="@drawable/hangup_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -3,7 +3,7 @@
<item android:state_pressed="true"
android:drawable="@drawable/history_over" />
<item android:state_selected="true"
android:drawable="@drawable/history_selectionne" />
android:drawable="@drawable/history_selected" />
<item
android:drawable="@drawable/history_actif" />
android:drawable="@drawable/history_default" />
</selector>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true"
android:drawable="@drawable/all_call_selectionne" />
android:drawable="@drawable/history_all_selected" />
<item android:state_enabled="false"
android:drawable="@drawable/all_call_actif" />
android:drawable="@drawable/history_all_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/history_edit_over" />
<item
android:drawable="@drawable/history_edit_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true"
android:drawable="@drawable/missed_selectionne" />
android:drawable="@drawable/history_missed_selected" />
<item android:state_enabled="false"
android:drawable="@drawable/missed_actif" />
android:drawable="@drawable/history_missed_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true"
android:drawable="@drawable/linphone_selectionne" />
android:drawable="@drawable/linphone_selected" />
<item android:state_enabled="false"
android:drawable="@drawable/linphone_actif" />
android:drawable="@drawable/linphone_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/play_over" />
android:drawable="@drawable/list_delete_over" />
<item
android:drawable="@drawable/play_actif" />
android:drawable="@drawable/list_delete_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/list_detail_over" />
<item
android:drawable="@drawable/list_detail_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -3,5 +3,5 @@
<item android:state_pressed="true"
android:drawable="@drawable/micro_off_over" />
<item
android:drawable="@drawable/micro_off_actif" />
android:drawable="@drawable/micro_off_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -3,5 +3,5 @@
<item android:state_pressed="true"
android:drawable="@drawable/micro_on_over" />
<item
android:drawable="@drawable/micro_on_actif" />
android:drawable="@drawable/micro_on_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -5,5 +5,5 @@
<item android:state_enabled="false"
android:drawable="@drawable/new_contact_over" />
<item
android:drawable="@drawable/new_contact_actif" />
android:drawable="@drawable/new_contact_default" />
</selector>

View file

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Some files were not shown because too many files have changed in this diff Show more