Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0349a49 authored by Kouji Shiotani's avatar Kouji Shiotani Committed by android-build-merger
Browse files

To enable scroll function at DatePickerDialog

am: 6b04f111

Change-Id: I75d4c9ee283d4b76366ab042a50739d788de1764
parents 1f5e8389 6b04f111
Loading
Loading
Loading
Loading
+11 −5
Original line number Original line Diff line number Diff line
@@ -25,10 +25,16 @@
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
        android:layout_height="wrap_content" />


    <ScrollView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:fadeScrollbars="false"
        android:scrollIndicators="top|bottom">
        <include
        <include
            layout="@layout/date_picker_view_animator_material"
            layout="@layout/date_picker_view_animator_material"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_height="0dp"
            android:layout_weight="1" />
            android:layout_weight="1" />
    </ScrollView>


</LinearLayout>
</LinearLayout>