From: drizea Date: Thu, 16 Aug 2012 11:02:18 +0000 (+0300) Subject: UI - added button focus and press effects on header, application and account X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09222c0d3cef782ae9a4f7d829cda440cc21cd81;p=working%2FEvergreen.git UI - added button focus and press effects on header, application and account buttons --- diff --git a/Open-ILS/src/Android/res/drawable/application_button.xml b/Open-ILS/src/Android/res/drawable/application_button.xml index a023f2d28f..a34ec503f1 100644 --- a/Open-ILS/src/Android/res/drawable/application_button.xml +++ b/Open-ILS/src/Android/res/drawable/application_button.xml @@ -1,39 +1,8 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/application_button_focus.xml b/Open-ILS/src/Android/res/drawable/application_button_focus.xml new file mode 100644 index 0000000000..536e2d41b5 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/application_button_focus.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/application_button_normal.xml b/Open-ILS/src/Android/res/drawable/application_button_normal.xml new file mode 100644 index 0000000000..a023f2d28f --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/application_button_normal.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/application_button_pressed.xml b/Open-ILS/src/Android/res/drawable/application_button_pressed.xml new file mode 100644 index 0000000000..290ec0b5fa --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/application_button_pressed.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/header_button.xml b/Open-ILS/src/Android/res/drawable/header_button.xml index 0af6035087..adebb5a9af 100644 --- a/Open-ILS/src/Android/res/drawable/header_button.xml +++ b/Open-ILS/src/Android/res/drawable/header_button.xml @@ -1,39 +1,8 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/header_button_focus.xml b/Open-ILS/src/Android/res/drawable/header_button_focus.xml new file mode 100644 index 0000000000..5d9d879d2a --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/header_button_focus.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/header_button_normal.xml b/Open-ILS/src/Android/res/drawable/header_button_normal.xml new file mode 100644 index 0000000000..0af6035087 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/header_button_normal.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/header_button_pressed.xml b/Open-ILS/src/Android/res/drawable/header_button_pressed.xml new file mode 100644 index 0000000000..bb21a1844c --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/header_button_pressed.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/menu_background_button.xml b/Open-ILS/src/Android/res/drawable/menu_background_button.xml index 633acdc1ed..df07632ca3 100644 --- a/Open-ILS/src/Android/res/drawable/menu_background_button.xml +++ b/Open-ILS/src/Android/res/drawable/menu_background_button.xml @@ -1,34 +1,8 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/menu_background_button_focus.xml b/Open-ILS/src/Android/res/drawable/menu_background_button_focus.xml new file mode 100644 index 0000000000..f42a0f1def --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/menu_background_button_focus.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/menu_background_button_normal.xml b/Open-ILS/src/Android/res/drawable/menu_background_button_normal.xml new file mode 100644 index 0000000000..4c0efbd6a5 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/menu_background_button_normal.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/menu_background_button_pressed.xml b/Open-ILS/src/Android/res/drawable/menu_background_button_pressed.xml new file mode 100644 index 0000000000..7905242277 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/menu_background_button_pressed.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file