Loading core/res/res/layout/date_picker_material.xml +11 −5 Original line number Diff line number Diff line Loading @@ -25,10 +25,16 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> <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> Loading
core/res/res/layout/date_picker_material.xml +11 −5 Original line number Diff line number Diff line Loading @@ -25,10 +25,16 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> <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>