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

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

To enable scroll function at DatePickerDialog am: 6b04f111

am: e0349a49

Change-Id: I9e3534bf470a295efbb9f545e14690819ff1adbd
parents e6a8d383 e0349a49
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>