To enable scroll function at DatePickerDialog am: 6b04f11100

am: e0349a49f3

Change-Id: I9e3534bf470a295efbb9f545e14690819ff1adbd
This commit is contained in:
Kouji Shiotani
2016-12-05 18:37:39 +00:00
committed by android-build-merger

View File

@@ -25,10 +25,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<include
layout="@layout/date_picker_view_animator_material"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fadeScrollbars="false"
android:scrollIndicators="top|bottom">
<include
layout="@layout/date_picker_view_animator_material"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</ScrollView>
</LinearLayout>