Skip to content

Commit

Permalink
fix: Issue #778 - Added simple Scrollbar for clients/groups/centers list
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyman20 authored and therajanmaurya committed Jan 18, 2019
1 parent c143811 commit 2bb2bcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
android:layout_height="0dp"
android:layout_centerHorizontal="true"
android:layout_weight="1"
android:padding="10dp"/>
android:padding="10dp"
android:scrollbars="vertical"
android:fadeScrollbars="false"/>

</android.support.v4.widget.SwipeRefreshLayout>

Expand Down
4 changes: 3 additions & 1 deletion mifosng-android/src/main/res/layout/fragment_client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
android:layout_height="0dp"
android:layout_centerHorizontal="true"
android:layout_weight="1"
android:padding="10dp"/>
android:padding="10dp"
android:scrollbars="vertical"
android:fadeScrollbars="false"/>


</android.support.v4.widget.SwipeRefreshLayout>
Expand Down
4 changes: 3 additions & 1 deletion mifosng-android/src/main/res/layout/fragment_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
android:layout_height="0dp"
android:layout_centerHorizontal="true"
android:layout_weight="1"
android:padding="10dp" />
android:padding="10dp"
android:scrollbars="vertical"
android:fadeScrollbars="false"/>


</android.support.v4.widget.SwipeRefreshLayout>
Expand Down

0 comments on commit 2bb2bcb

Please sign in to comment.