FINCN#150: Scrollbar not available for Loan Accounts
diff --git a/app/src/main/res/layout/fragment_customer_loans.xml b/app/src/main/res/layout/fragment_customer_loans.xml
index 3ca9ff1..507bd0d 100644
--- a/app/src/main/res/layout/fragment_customer_loans.xml
+++ b/app/src/main/res/layout/fragment_customer_loans.xml
@@ -16,7 +16,8 @@
             android:layout_height="0dp"
             android:layout_marginBottom="@dimen/layout_padding_30dp"
             android:layout_weight="1"
-            android:layout_width="wrap_content"/>
+            android:layout_width="wrap_content"
+            android:scrollbars="vertical"/>
     </android.support.v4.widget.SwipeRefreshLayout>
 
     <include