Improve scrolling in key view
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user