From: drizea Date: Tue, 14 Aug 2012 11:26:36 +0000 (+0300) Subject: ui polish : button look changed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=674de61117da37cf5de85e45bc8125eee75ce0c5;p=working%2FEvergreen.git ui polish : button look changed --- diff --git a/Open-ILS/src/Android/res/drawable/application_button.xml b/Open-ILS/src/Android/res/drawable/application_button.xml new file mode 100644 index 0000000000..a023f2d28f --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/application_button.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 new file mode 100644 index 0000000000..0af6035087 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/header_button.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/drawable/listview_background.xml b/Open-ILS/src/Android/res/drawable/listview_background.xml new file mode 100644 index 0000000000..09dd8ddc35 --- /dev/null +++ b/Open-ILS/src/Android/res/drawable/listview_background.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/bookbag_list.xml b/Open-ILS/src/Android/res/layout/bookbag_list.xml index 8d96a54aa6..de135d1f4b 100644 --- a/Open-ILS/src/Android/res/layout/bookbag_list.xml +++ b/Open-ILS/src/Android/res/layout/bookbag_list.xml @@ -2,7 +2,9 @@ + android:orientation="vertical" + android:background="@color/background" + > @@ -29,6 +31,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/create" + style="@style/ApplicationButton" /> diff --git a/Open-ILS/src/Android/res/layout/bookbag_list_item.xml b/Open-ILS/src/Android/res/layout/bookbag_list_item.xml index ccc36c50a7..eaa1339a48 100644 --- a/Open-ILS/src/Android/res/layout/bookbag_list_item.xml +++ b/Open-ILS/src/Android/res/layout/bookbag_list_item.xml @@ -6,7 +6,9 @@ android:paddingBottom="3dip" android:paddingTop="3dip" android:paddingLeft="3dip" - android:orientation="horizontal" > + android:orientation="horizontal" + android:background="@color/background" + > \ No newline at end of file diff --git a/Open-ILS/src/Android/res/layout/bookbagitem_list.xml b/Open-ILS/src/Android/res/layout/bookbagitem_list.xml index 75ab737d3e..12fc4ca484 100644 --- a/Open-ILS/src/Android/res/layout/bookbagitem_list.xml +++ b/Open-ILS/src/Android/res/layout/bookbagitem_list.xml @@ -2,7 +2,9 @@ + android:orientation="vertical" + android:background="@drawable/background_grey_image" + > @@ -22,6 +24,7 @@ android:id="@+id/bookbag_name" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginLeft="5dip" />