diff --git a/res/stdres/btn_check.xml b/res/stdres/btn_check.xml index c8c2bee..172c177 100644 --- a/res/stdres/btn_check.xml +++ b/res/stdres/btn_check.xml @@ -1,65 +1,45 @@ - - - - - + android:drawable="@drawable/btn_check_on_pressed" /> + android:drawable="@drawable/btn_check_off_pressed" /> + android:drawable="@drawable/btn_check_on_focused" /> + android:drawable="@drawable/btn_check_off_focused" /> + + + + android:drawable="@drawable/btn_check_off" /> + android:drawable="@drawable/btn_check_on" /> - - + + - - - - - + + diff --git a/res/stdres/btn_check_holo_light.xml b/res/stdres/btn_check_holo_light.xml new file mode 100644 index 0000000..c8c2bee --- /dev/null +++ b/res/stdres/btn_check_holo_light.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/stdres/btn_radio.xml b/res/stdres/btn_radio.xml index e2f1f84..4b0b6e0 100644 --- a/res/stdres/btn_radio.xml +++ b/res/stdres/btn_radio.xml @@ -1,59 +1,34 @@ - - - - - + android:drawable="@drawable/btn_radio_on_pressed" /> + android:drawable="@drawable/btn_radio_off_pressed" /> + android:drawable="@drawable/btn_radio_on_focused" /> + android:drawable="@drawable/btn_radio_off_focused" /> + + + + android:drawable="@drawable/btn_radio_off" /> + android:drawable="@drawable/btn_radio_on" /> - - - - - - - - + + diff --git a/res/stdres/btn_radio_holo_light.xml b/res/stdres/btn_radio_holo_light.xml new file mode 100644 index 0000000..e2f1f84 --- /dev/null +++ b/res/stdres/btn_radio_holo_light.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/stdres/mdpi/btn_check_off.png b/res/stdres/mdpi/btn_check_off.png new file mode 100644 index 0000000..ae0bd56 Binary files /dev/null and b/res/stdres/mdpi/btn_check_off.png differ diff --git a/res/stdres/mdpi/btn_check_off_disabled.png b/res/stdres/mdpi/btn_check_off_disabled.png new file mode 100644 index 0000000..7f9630a Binary files /dev/null and b/res/stdres/mdpi/btn_check_off_disabled.png differ diff --git a/res/stdres/mdpi/btn_check_off_focused.png b/res/stdres/mdpi/btn_check_off_focused.png new file mode 100644 index 0000000..d248d50 Binary files /dev/null and b/res/stdres/mdpi/btn_check_off_focused.png differ diff --git a/res/stdres/mdpi/btn_check_off_pressed.png b/res/stdres/mdpi/btn_check_off_pressed.png new file mode 100644 index 0000000..2e64acc Binary files /dev/null and b/res/stdres/mdpi/btn_check_off_pressed.png differ diff --git a/res/stdres/mdpi/btn_check_on.png b/res/stdres/mdpi/btn_check_on.png new file mode 100644 index 0000000..816fcbf Binary files /dev/null and b/res/stdres/mdpi/btn_check_on.png differ diff --git a/res/stdres/mdpi/btn_check_on_disabled.png b/res/stdres/mdpi/btn_check_on_disabled.png new file mode 100644 index 0000000..683aaeb Binary files /dev/null and b/res/stdres/mdpi/btn_check_on_disabled.png differ diff --git a/res/stdres/mdpi/btn_check_on_focused.png b/res/stdres/mdpi/btn_check_on_focused.png new file mode 100644 index 0000000..84b5e2c Binary files /dev/null and b/res/stdres/mdpi/btn_check_on_focused.png differ diff --git a/res/stdres/mdpi/btn_check_on_pressed.png b/res/stdres/mdpi/btn_check_on_pressed.png new file mode 100644 index 0000000..6e78266 Binary files /dev/null and b/res/stdres/mdpi/btn_check_on_pressed.png differ diff --git a/res/stdres/mdpi/btn_radio_off.png b/res/stdres/mdpi/btn_radio_off.png new file mode 100644 index 0000000..1137dbf Binary files /dev/null and b/res/stdres/mdpi/btn_radio_off.png differ diff --git a/res/stdres/mdpi/btn_radio_off_disabled.png b/res/stdres/mdpi/btn_radio_off_disabled.png new file mode 100644 index 0000000..5d51d6f Binary files /dev/null and b/res/stdres/mdpi/btn_radio_off_disabled.png differ diff --git a/res/stdres/mdpi/btn_radio_off_focused.png b/res/stdres/mdpi/btn_radio_off_focused.png new file mode 100644 index 0000000..8bb12f4 Binary files /dev/null and b/res/stdres/mdpi/btn_radio_off_focused.png differ diff --git a/res/stdres/mdpi/btn_radio_off_pressed.png b/res/stdres/mdpi/btn_radio_off_pressed.png new file mode 100644 index 0000000..1137dbf Binary files /dev/null and b/res/stdres/mdpi/btn_radio_off_pressed.png differ diff --git a/res/stdres/mdpi/btn_radio_on.png b/res/stdres/mdpi/btn_radio_on.png new file mode 100644 index 0000000..7920f23 Binary files /dev/null and b/res/stdres/mdpi/btn_radio_on.png differ diff --git a/res/stdres/mdpi/btn_radio_on_disabled.png b/res/stdres/mdpi/btn_radio_on_disabled.png new file mode 100644 index 0000000..5f0dcff Binary files /dev/null and b/res/stdres/mdpi/btn_radio_on_disabled.png differ diff --git a/res/stdres/mdpi/btn_radio_on_focused.png b/res/stdres/mdpi/btn_radio_on_focused.png new file mode 100644 index 0000000..228b8a3 Binary files /dev/null and b/res/stdres/mdpi/btn_radio_on_focused.png differ diff --git a/res/stdres/mdpi/btn_radio_on_pressed.png b/res/stdres/mdpi/btn_radio_on_pressed.png new file mode 100644 index 0000000..06fec87 Binary files /dev/null and b/res/stdres/mdpi/btn_radio_on_pressed.png differ diff --git a/res/stdres/mdpi/computer.png b/res/stdres/mdpi/computer.png new file mode 100644 index 0000000..a5ee195 Binary files /dev/null and b/res/stdres/mdpi/computer.png differ diff --git a/res/stdres/mdpi/dlangui-logo1.png b/res/stdres/mdpi/dlangui-logo1.png new file mode 100644 index 0000000..da4f1f5 Binary files /dev/null and b/res/stdres/mdpi/dlangui-logo1.png differ diff --git a/res/stdres/mdpi/drive-harddisk.png b/res/stdres/mdpi/drive-harddisk.png new file mode 100644 index 0000000..0ae47f1 Binary files /dev/null and b/res/stdres/mdpi/drive-harddisk.png differ diff --git a/res/stdres/mdpi/drive-optical.png b/res/stdres/mdpi/drive-optical.png new file mode 100644 index 0000000..74ff49d Binary files /dev/null and b/res/stdres/mdpi/drive-optical.png differ diff --git a/res/stdres/mdpi/drive-removable-media.png b/res/stdres/mdpi/drive-removable-media.png new file mode 100644 index 0000000..1400e98 Binary files /dev/null and b/res/stdres/mdpi/drive-removable-media.png differ diff --git a/res/stdres/mdpi/folder-blue.png b/res/stdres/mdpi/folder-blue.png new file mode 100644 index 0000000..5d41de2 Binary files /dev/null and b/res/stdres/mdpi/folder-blue.png differ diff --git a/res/stdres/mdpi/folder-bookmark.png b/res/stdres/mdpi/folder-bookmark.png new file mode 100644 index 0000000..b064712 Binary files /dev/null and b/res/stdres/mdpi/folder-bookmark.png differ diff --git a/res/stdres/mdpi/folder-network.png b/res/stdres/mdpi/folder-network.png new file mode 100644 index 0000000..bacca2f Binary files /dev/null and b/res/stdres/mdpi/folder-network.png differ diff --git a/res/stdres/mdpi/folder.png b/res/stdres/mdpi/folder.png new file mode 100644 index 0000000..13c1962 Binary files /dev/null and b/res/stdres/mdpi/folder.png differ diff --git a/res/stdres/mdpi/media-flash-sd-mmc.png b/res/stdres/mdpi/media-flash-sd-mmc.png new file mode 100644 index 0000000..031240d Binary files /dev/null and b/res/stdres/mdpi/media-flash-sd-mmc.png differ diff --git a/res/stdres/mdpi/text-plain.png b/res/stdres/mdpi/text-plain.png new file mode 100644 index 0000000..91b7da5 Binary files /dev/null and b/res/stdres/mdpi/text-plain.png differ diff --git a/res/stdres/mdpi/user-home.png b/res/stdres/mdpi/user-home.png new file mode 100644 index 0000000..d855860 Binary files /dev/null and b/res/stdres/mdpi/user-home.png differ diff --git a/res/stdres/theme_default.xml b/res/stdres/theme_default.xml index 0973a50..8aed3d8 100644 --- a/res/stdres/theme_default.xml +++ b/res/stdres/theme_default.xml @@ -143,6 +143,23 @@ fontFamily="SansSerif" fontSize="16" /> +