This is an automated email from the ASF dual-hosted git repository.

rajanmaurya154 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git

commit e6fc44007dda02acfa750fbe419544f3ddd0cbd0
Author: miPlodder <academic.ra...@gmail.com>
AuthorDate: Thu May 2 00:15:44 2019 +0530

    FINCN#150: Scrollbar not available for Loan Accounts
---
 app/src/main/res/layout/fragment_customer_loans.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to