Improve scrolling in key view

This commit is contained in:
Dominik Schürmann
2015-08-28 13:10:30 +02:00
parent 0aaa93ac04
commit 333ba5d032
3 changed files with 1361 additions and 5 deletions

View File

@@ -3,10 +3,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="16dp"
android:paddingBottom="230dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="16dp">
<!-- paddingBottom is this large to improve the scrolling.
Somehow the content must be large enough to enable scrolling on NestedScrollView -->
<android.support.v7.widget.CardView
android:id="@+id/card_view"