From: kenstir Date: Fri, 23 Oct 2015 01:47:36 +0000 (-0400) Subject: Fixed hold details and place hold views to be left-justified instead of center-justif... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=64819001156df825828f0a473ceed09b7066a80f;p=working%2FEvergreen.git 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. --- 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"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +