From: drizea Date: Tue, 24 Jul 2012 11:33:11 +0000 (+0300) Subject: changed ui for search details view X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=933ee728b4819d20ac60d5e83404d67033b2868c;p=working%2FEvergreen.git changed ui for search details view must enable image download + activate more copy information button --- diff --git a/Open-ILS/src/Android/res/drawable-hdpi/navigation_collapse.png b/Open-ILS/src/Android/res/drawable-hdpi/navigation_collapse.png new file mode 100644 index 0000000000..bd405bada5 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/navigation_collapse.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/navigation_expand.png b/Open-ILS/src/Android/res/drawable-hdpi/navigation_expand.png new file mode 100644 index 0000000000..8225e74b7f Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/navigation_expand.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/navigation_next_item.png b/Open-ILS/src/Android/res/drawable-hdpi/navigation_next_item.png new file mode 100644 index 0000000000..e6495b29cf Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/navigation_next_item.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/navigation_previous_item.png b/Open-ILS/src/Android/res/drawable-hdpi/navigation_previous_item.png new file mode 100644 index 0000000000..23778ae9b7 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/navigation_previous_item.png differ diff --git a/Open-ILS/src/Android/res/drawable-mdpi/navigation_collapse.png b/Open-ILS/src/Android/res/drawable-mdpi/navigation_collapse.png new file mode 100644 index 0000000000..6673c7aea5 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-mdpi/navigation_collapse.png differ diff --git a/Open-ILS/src/Android/res/drawable-mdpi/navigation_expand.png b/Open-ILS/src/Android/res/drawable-mdpi/navigation_expand.png new file mode 100644 index 0000000000..78107862c9 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-mdpi/navigation_expand.png differ diff --git a/Open-ILS/src/Android/res/drawable-mdpi/navigation_next_item.png b/Open-ILS/src/Android/res/drawable-mdpi/navigation_next_item.png new file mode 100644 index 0000000000..88029a82d4 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-mdpi/navigation_next_item.png differ diff --git a/Open-ILS/src/Android/res/drawable-mdpi/navigation_previous_item.png b/Open-ILS/src/Android/res/drawable-mdpi/navigation_previous_item.png new file mode 100644 index 0000000000..8d19e3911e Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-mdpi/navigation_previous_item.png differ diff --git a/Open-ILS/src/Android/res/drawable/details_rounded_corners.xml b/Open-ILS/src/Android/res/drawable/details_rounded_corners.xml new file mode 100644 index 0000000000..d21dedf67b --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/details_rounded_corners.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/no_image.png b/Open-ILS/src/Android/res/drawable/no_image.png new file mode 100644 index 0000000000..633cf5bbd1 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable/no_image.png differ diff --git a/Open-ILS/src/Android/res/drawable/rounded_bottom_corners.xml b/Open-ILS/src/Android/res/drawable/rounded_bottom_corners.xml new file mode 100644 index 0000000000..51486a10e3 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/rounded_bottom_corners.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/shadow_rect.xml b/Open-ILS/src/Android/res/drawable/shadow_rect.xml new file mode 100644 index 0000000000..24d1d5ce57 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/shadow_rect.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/copy_information.xml b/Open-ILS/src/Android/res/layout/copy_information.xml index 2b6abf004f..8ad6ea19bf 100644 --- a/Open-ILS/src/Android/res/layout/copy_information.xml +++ b/Open-ILS/src/Android/res/layout/copy_information.xml @@ -1,7 +1,7 @@ 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 15b47b1ae5..040b94e52a 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 @@ -7,68 +7,121 @@ + - + android:layout_height="fill_parent" + android:layout_marginTop="5dip"> + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + - + + + + + + - + @@ -90,22 +143,13 @@ style="@style/textSmall" /> - - - - + diff --git a/Open-ILS/src/Android/res/layout/simple_actionbar.xml b/Open-ILS/src/Android/res/layout/simple_actionbar.xml new file mode 100644 index 0000000000..4c9b5bbe90 --- /dev/null +++ b/Open-ILS/src/Android/res/layout/simple_actionbar.xml @@ -0,0 +1,32 @@ + + + +