From 9a466badfb3f5d1ad8331f44b9e2d2e18e75c4da Mon Sep 17 00:00:00 2001 From: kenstir Date: Sun, 18 Oct 2015 23:25:36 -0400 Subject: [PATCH] Search and Checked Out activities now show item format in the standard way: Title Author Format ... --- .../Android/core/res/layout/checkout_list_item.xml | 18 ++++++++++------- .../Android/core/res/layout/search_result_item.xml | 23 +++++++++++----------- Open-ILS/src/Android/core/res/values/styles.xml | 1 - 3 files changed, 23 insertions(+), 19 deletions(-) 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 @@ -- 2.11.0