Updated resources

This commit is contained in:
Sylvain Berfini 2012-10-15 14:03:58 +02:00
parent 51f0f65929
commit d236fcb7a5
13 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -17,6 +17,7 @@
android:background="@drawable/history_delete" android:background="@drawable/history_delete"
android:text="@string/button_delete_all" android:text="@string/button_delete_all"
android:gravity="center" android:gravity="center"
android:textSize="13dp"
android:paddingTop="20dp" android:paddingTop="20dp"
android:textColor="@color/text_button" android:textColor="@color/text_button"
android:layout_width="match_parent" android:layout_width="match_parent"

View file

@ -301,7 +301,7 @@
<string name="button_add_contact">+ Contact</string> <string name="button_add_contact">+ Contact</string>
<string name="button_all_call">Tous</string> <string name="button_all_call">Tous</string>
<string name="button_missed_call">Manqués</string> <string name="button_missed_call">Manqués</string>
<string name="button_delete_all">Tout supprimer</string> <string name="button_delete_all">Supprimer</string>
<string name="button_transfer">Transfert</string> <string name="button_transfer">Transfert</string>
<string name="button_add_call">+ Appel</string> <string name="button_add_call">+ Appel</string>

View file

@ -352,7 +352,7 @@
<string name="button_add_contact">New contact</string> <string name="button_add_contact">New contact</string>
<string name="button_all_call">All</string> <string name="button_all_call">All</string>
<string name="button_missed_call">Missed</string> <string name="button_missed_call">Missed</string>
<string name="button_delete_all">Delete All</string> <string name="button_delete_all">Delete</string>
<string name="button_transfer">Transfer</string> <string name="button_transfer">Transfer</string>
<string name="button_add_call">Add call</string> <string name="button_add_call">Add call</string>