Add new assets
BIN
res/drawable-xhdpi/arrow_accept.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
res/drawable-xhdpi/arrow_hangup.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
res/drawable-xhdpi/resizable_textfield_error.9.png
Normal file
After Width: | Height: | Size: 516 B |
BIN
res/drawable-xhdpi/route_bluetooth.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable-xhdpi/route_bluetooth_selected.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
res/drawable-xhdpi/route_earpiece.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
res/drawable-xhdpi/route_earpiece_selected.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
res/drawable-xhdpi/route_speaker.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
res/drawable-xhdpi/route_speaker_selected.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable-xhdpi/routes_default.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
res/drawable-xhdpi/routes_selected.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
8
res/drawable/numpad_star_digit.xml
Normal 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/numpad_star_over" />
|
||||
<item
|
||||
android:drawable="@drawable/numpad_star" />
|
||||
</selector>
|
||||
|