devholic / datetimepicker

TimePicker with custom color from Google for Android 4.0+

Home Page:https://android.googlesource.com/platform/frameworks/opt/datetimepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#DateTimePicker

I modified datetimepicker (https://github.com/CiTuX/datetimepicker) to change color in timepicker

Usage

TimePickerDialog.newInstance(this, [YOUR_COLOR], 
c.get(Calendar.HOUR_OF_DAY), c.get(Calendar.MINUTE), true).show(getFragmentManager(), 
"timePicker");

Credits

CiTuX (https://github.com/CiTuX/datetimepicker)

License

Copyright 2015 Sunghoon Kang (devholic@plusquare.com)
Copyright 2014 Paul Stöhr
Copyright 2013 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

TimePicker with custom color from Google for Android 4.0+

https://android.googlesource.com/platform/frameworks/opt/datetimepicker


Languages

Language:Java 99.6%Language:Makefile 0.4%