Temp resources removed to add real one's

This commit is contained in:
Sylvain Berfini 2012-11-08 09:23:33 +01:00
parent 5c888053ee
commit 09966c516b
5 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 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_add_over" />
<item
android:drawable="@drawable/list_add_default" />
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -11,7 +11,7 @@
android:id="@+id/add"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/sym_action_add"
android:src="@drawable/list_add"
android:paddingRight="5dp"
android:gravity="left" />