I have an activity contains a date picker. I want to set DatePicker
fit to the screen. I tried this answer. But which not able to give the result i need.
This is my current code:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<DatePicker
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
This is my DatePicker
:
I want to make the date picker fill on that green square too.