I would like to create a DatePicker but cannot find.
I would like to edit the layout (whose link can be found here: https://android.googlesource.com/platform/frameworks/base/+/36f469fa46bd009bfbc27d1350af5bde4a4dd378/core/res/res/layout/date_picker_holo.xml ) but is not recognized by internalLay Android Studio Editor
<style name="MyDatePicker" parent="Widget.DatePicker"> <item name="android:internalLayout">@android:layout/date_picker_holo</item> </style>
Does anyone know how to do this?
I believe that you will need to recreate the layout with your own look and extend the DatePicker. Tag this post Custom DatePicker on Android?
Source: https://habr.com/ru/post/958606/More articles:Custom CG Drawing UITableViewCell iOS 7 - iosCompiling a portable class library at runtime - .netUnable to draw in UITableViewCell drawRect - iosSafari rationale-content issue: flex-end; align-items: flex-end; - htmlexec doesn't take variables from closure - closuresHibernate 4.3 + Tomcat 7 Unable to find JNDI name - javaHide the action bar in fragmentation mode - androidHow to add row number to table written by jQuery DataTable using server side data source - javascriptAdd row number column in jquery datatables - jqueryConfiguring multiple node servers using Nginx without subdomains - node.jsAll Articles