Add new numpad

This commit is contained in:
Margaux Clerc 2015-07-27 11:26:28 +02:00
parent 58e62cd56a
commit 1eed8d7350
37 changed files with 27 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

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: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

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: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

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: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:color="@color/button_addContactGrey" />
<item android:color="@color/button_addContact"/>
</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_pressed="true"
android:drawable="@drawable/numpad_five_over" />
android:drawable="@drawable/numpad_5" />
<item
android:drawable="@drawable/numpad_five_default" />
android:drawable="@drawable/numpad_5" />
</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_pressed="true"
android:drawable="@drawable/numpad_four_over" />
android:drawable="@drawable/numpad_4" />
<item
android:drawable="@drawable/numpad_four_default" />
android:drawable="@drawable/numpad_4" />
</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_pressed="true"
android:drawable="@drawable/numpad_nine_over" />
android:drawable="@drawable/numpad_9" />
<item
android:drawable="@drawable/numpad_nine_default" />
android:drawable="@drawable/numpad_9" />
</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_pressed="true"
android:drawable="@drawable/numpad_one_over" />
android:drawable="@drawable/numpad_1" />
<item
android:drawable="@drawable/numpad_one_default" />
android:drawable="@drawable/numpad_1" />
</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_pressed="true"
android:drawable="@drawable/numpad_seven_over" />
android:drawable="@drawable/numpad_7" />
<item
android:drawable="@drawable/numpad_seven_default" />
android:drawable="@drawable/numpad_7" />
</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_pressed="true"
android:drawable="@drawable/numpad_sharp_over" />
android:drawable="@drawable/numpad_sharp" />
<item
android:drawable="@drawable/numpad_sharp_default" />
android:drawable="@drawable/numpad_sharp" />
</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_pressed="true"
android:drawable="@drawable/numpad_six_over" />
android:drawable="@drawable/numpad_6" />
<item
android:drawable="@drawable/numpad_six_default" />
android:drawable="@drawable/numpad_6" />
</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_pressed="true"
android:drawable="@drawable/numpad_star_over" />
android:drawable="@drawable/numpad_star" />
<item
android:drawable="@drawable/numpad_star_default" />
android:drawable="@drawable/numpad_star" />
</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_pressed="true"
android:drawable="@drawable/numpad_three_over" />
android:drawable="@drawable/numpad_3" />
<item
android:drawable="@drawable/numpad_three_default" />
android:drawable="@drawable/numpad_3" />
</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_pressed="true"
android:drawable="@drawable/numpad_two_over" />
android:drawable="@drawable/numpad_2" />
<item
android:drawable="@drawable/numpad_two_default" />
android:drawable="@drawable/numpad_2" />
</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_pressed="true"
android:drawable="@drawable/numpad_zero_over" />
android:drawable="@drawable/numpad_0" />
<item
android:drawable="@drawable/numpad_zero_default" />
android:drawable="@drawable/numpad_0" />
</selector>

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Default" parent="android:Theme.Holo" />
<style name="NoTitle" parent="android:Theme.Holo.NoActionBar" />
<style name="FullScreen" parent="android:Theme.Holo.NoActionBar.Fullscreen" />
</resources>