Initial import. Version 1.0
This commit is contained in:
commit
97afaf3667
21 changed files with 585 additions and 0 deletions
BIN
res/drawable/copy_of_icon_on.png
Normal file
BIN
res/drawable/copy_of_icon_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
res/drawable/focus.png
Normal file
BIN
res/drawable/focus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable/icon_off.png
Normal file
BIN
res/drawable/icon_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
BIN
res/drawable/icon_on.png
Normal file
BIN
res/drawable/icon_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
res/drawable/pressed.png
Normal file
BIN
res/drawable/pressed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
5
res/drawable/widget_inner.xml
Normal file
5
res/drawable/widget_inner.xml
Normal 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:drawable="@drawable/pressed" />
|
||||
<item android:state_focused="true" android:state_enabled="true" android:drawable="@drawable/focus" />
|
||||
</selector>
|
Loading…
Add table
Add a link
Reference in a new issue