From: kenstir Date: Mon, 19 Oct 2015 03:25:36 +0000 (-0400) Subject: Search and Checked Out activities now show item format in the standard way: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9a466badfb3f5d1ad8331f44b9e2d2e18e75c4da;p=working%2FEvergreen.git Search and Checked Out activities now show item format in the standard way: Title Author Format ... --- diff --git a/Open-ILS/src/Android/core/res/layout/checkout_list_item.xml b/Open-ILS/src/Android/core/res/layout/checkout_list_item.xml index 003539a092..a7cf4ef10f 100644 --- a/Open-ILS/src/Android/core/res/layout/checkout_list_item.xml +++ b/Open-ILS/src/Android/core/res/layout/checkout_list_item.xml @@ -10,8 +10,8 @@ @@ -41,16 +42,19 @@ + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="due Oct 31, 2015" /> + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="overdue"/> @@ -59,8 +63,8 @@ android:id="@+id/renew_button" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/renew_button" android:layout_gravity="center_vertical" + android:text="@string/renew_button" style="@style/ApplicationButton" /> diff --git a/Open-ILS/src/Android/core/res/layout/search_result_item.xml b/Open-ILS/src/Android/core/res/layout/search_result_item.xml index 93f8399b06..d4b1eab060 100644 --- a/Open-ILS/src/Android/core/res/layout/search_result_item.xml +++ b/Open-ILS/src/Android/core/res/layout/search_result_item.xml @@ -27,31 +27,32 @@ android:paddingLeft="4dip" > + android:id="@+id/search_record_publishing" + style="@style/PubSearchStyleList" + android:gravity="left" + android:layout_width="wrap_content" + android:layout_height="wrap_content" /> \ No newline at end of file diff --git a/Open-ILS/src/Android/core/res/values/styles.xml b/Open-ILS/src/Android/core/res/values/styles.xml index 565bc4a9bc..26a12c297c 100644 --- a/Open-ILS/src/Android/core/res/values/styles.xml +++ b/Open-ILS/src/Android/core/res/values/styles.xml @@ -57,7 +57,6 @@