From 64ec1dfa670884eae9130a5f0cd70c5e7f0529ad Mon Sep 17 00:00:00 2001 From: drizea Date: Mon, 6 Aug 2012 20:22:21 +0300 Subject: [PATCH] header gradient background --- .../drawable/bottom_rounded_menu_background.xml | 7 ++-- .../src/Android/res/drawable/header_gradient.xml | 2 +- .../res/drawable/header_rounded_corners.xml | 41 ++++++++++++++++----- .../res/drawable/one_header_rounded_corner.xml | 42 +++++++++++++++++----- .../res/drawable/title_header_background.xml | 5 +++ .../res/layout/record_details_basic_fragment.xml | 4 ++- .../src/Android/res/layout/search_result_list.xml | 1 - .../src/Android/res/layout/simple_underlines.xml | 1 + Open-ILS/src/Android/res/values/colors.xml | 5 +++ Open-ILS/src/Android/res/values/styles.xml | 2 +- .../android/searchCatalog/MoreCopyInformation.java | 4 +-- 11 files changed, 86 insertions(+), 28 deletions(-) create mode 100644 Open-ILS/src/Android/res/drawable/title_header_background.xml diff --git a/Open-ILS/src/Android/res/drawable/bottom_rounded_menu_background.xml b/Open-ILS/src/Android/res/drawable/bottom_rounded_menu_background.xml index edb6b9109e..80deff9170 100644 --- a/Open-ILS/src/Android/res/drawable/bottom_rounded_menu_background.xml +++ b/Open-ILS/src/Android/res/drawable/bottom_rounded_menu_background.xml @@ -1,11 +1,8 @@ - + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/header_gradient.xml b/Open-ILS/src/Android/res/drawable/header_gradient.xml index 88b84a85f8..ae9c0fc8d9 100644 --- a/Open-ILS/src/Android/res/drawable/header_gradient.xml +++ b/Open-ILS/src/Android/res/drawable/header_gradient.xml @@ -5,5 +5,5 @@ android:centerColor="#378f71" android:endColor="#378f71" android:angle="270"/> - + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/header_rounded_corners.xml b/Open-ILS/src/Android/res/drawable/header_rounded_corners.xml index a6c339c8a9..98b40ddb25 100644 --- a/Open-ILS/src/Android/res/drawable/header_rounded_corners.xml +++ b/Open-ILS/src/Android/res/drawable/header_rounded_corners.xml @@ -1,11 +1,34 @@ - - - + - android:angle="270"/> + + + - - \ No newline at end of file + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/one_header_rounded_corner.xml b/Open-ILS/src/Android/res/drawable/one_header_rounded_corner.xml index f4da0d533a..06923ae460 100644 --- a/Open-ILS/src/Android/res/drawable/one_header_rounded_corner.xml +++ b/Open-ILS/src/Android/res/drawable/one_header_rounded_corner.xml @@ -1,8 +1,34 @@ - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/title_header_background.xml b/Open-ILS/src/Android/res/drawable/title_header_background.xml new file mode 100644 index 0000000000..83fb4016e2 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/title_header_background.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml b/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml index df9b537399..b353258248 100644 --- a/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml +++ b/Open-ILS/src/Android/res/layout/record_details_basic_fragment.xml @@ -3,7 +3,9 @@ android:id="@+id/record_details_simple_view" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" > + android:orientation="vertical" + android:background="@color/background" + > diff --git a/Open-ILS/src/Android/res/values/colors.xml b/Open-ILS/src/Android/res/values/colors.xml index aebc5cf758..3b06b16576 100644 --- a/Open-ILS/src/Android/res/values/colors.xml +++ b/Open-ILS/src/Android/res/values/colors.xml @@ -68,8 +68,13 @@ #333 + #585858 #c8c8c8 + + #636363 #636363 diff --git a/Open-ILS/src/Android/res/values/styles.xml b/Open-ILS/src/Android/res/values/styles.xml index 61d608f520..2df4733b3a 100644 --- a/Open-ILS/src/Android/res/values/styles.xml +++ b/Open-ILS/src/Android/res/values/styles.xml @@ -156,7 +156,7 @@