mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Temp resources removed to add real one's
This commit is contained in:
parent
53835a85d4
commit
43d4818e49
5 changed files with 8 additions and 1 deletions
BIN
res/drawable-xhdpi/list_add_default.png
Normal file
BIN
res/drawable-xhdpi/list_add_default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
BIN
res/drawable-xhdpi/list_add_over.png
Normal file
BIN
res/drawable-xhdpi/list_add_over.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
7
res/drawable/list_add.xml
Normal file
7
res/drawable/list_add.xml
Normal 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 |
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue