From 09222c0d3cef782ae9a4f7d829cda440cc21cd81 Mon Sep 17 00:00:00 2001 From: drizea Date: Thu, 16 Aug 2012 14:02:18 +0300 Subject: [PATCH] UI - added button focus and press effects on header, application and account buttons --- .../Android/res/drawable/application_button.xml | 47 ++++------------------ .../res/drawable/application_button_focus.xml | 39 ++++++++++++++++++ .../res/drawable/application_button_normal.xml | 39 ++++++++++++++++++ .../res/drawable/application_button_pressed.xml | 39 ++++++++++++++++++ .../src/Android/res/drawable/header_button.xml | 47 ++++------------------ .../Android/res/drawable/header_button_focus.xml | 39 ++++++++++++++++++ .../Android/res/drawable/header_button_normal.xml | 39 ++++++++++++++++++ .../Android/res/drawable/header_button_pressed.xml | 39 ++++++++++++++++++ .../res/drawable/menu_background_button.xml | 42 ++++--------------- .../res/drawable/menu_background_button_focus.xml | 31 ++++++++++++++ .../res/drawable/menu_background_button_normal.xml | 31 ++++++++++++++ .../drawable/menu_background_button_pressed.xml | 31 ++++++++++++++ 12 files changed, 351 insertions(+), 112 deletions(-) create mode 100644 Open-ILS/src/Android/res/drawable/application_button_focus.xml create mode 100644 Open-ILS/src/Android/res/drawable/application_button_normal.xml create mode 100644 Open-ILS/src/Android/res/drawable/application_button_pressed.xml create mode 100644 Open-ILS/src/Android/res/drawable/header_button_focus.xml create mode 100644 Open-ILS/src/Android/res/drawable/header_button_normal.xml create mode 100644 Open-ILS/src/Android/res/drawable/header_button_pressed.xml create mode 100644 Open-ILS/src/Android/res/drawable/menu_background_button_focus.xml create mode 100644 Open-ILS/src/Android/res/drawable/menu_background_button_normal.xml create mode 100644 Open-ILS/src/Android/res/drawable/menu_background_button_pressed.xml 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 -- 2.11.0