From 64819001156df825828f0a473ceed09b7066a80f Mon Sep 17 00:00:00 2001 From: kenstir Date: Thu, 22 Oct 2015 21:47:36 -0400 Subject: [PATCH] Fixed hold details and place hold views to be left-justified instead of center-justified in column 1. Used table layout instead of linear layout. --- .../src/Android/core/res/layout/hold_details.xml | 371 +++++++-------- .../Android/core/res/layout/holds_list_item.xml | 2 +- .../src/Android/core/res/layout/place_hold.xml | 515 ++++++++++----------- 3 files changed, 400 insertions(+), 488 deletions(-) diff --git a/Open-ILS/src/Android/core/res/layout/hold_details.xml b/Open-ILS/src/Android/core/res/layout/hold_details.xml index 0dbd086cd4..ad1409b6ed 100644 --- a/Open-ILS/src/Android/core/res/layout/hold_details.xml +++ b/Open-ILS/src/Android/core/res/layout/hold_details.xml @@ -1,222 +1,171 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:fillViewport="true" + android:padding="5dp" + android:layout_alignParentTop="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +