android-timepicker Questions
6
Solved
I have a timepicker, everything works well but the problem is that I can't make it look like designer wants. For now it looks like this:
I need to hide this keyboard icon under the buttons. How ...
Meagre asked 17/10, 2017 at 13:6
3
Solved
I am unable to change the selector color and other parts of the TimePicker.
So far, I can change header color and background but I am unable to change the innercircle and the textcolor.
Change cus...
Keven asked 13/9, 2015 at 13:8
3
Solved
I'm using a DatePicker and a TimePicker in a custom Dialog. The functionality works fine, but I have a problem when I change the default Locale of the app to match the Arabic language.
The problem...
Paramnesia asked 21/10, 2014 at 13:18
10
Solved
I want to change the default color of the date/time picker dialog in Android, so that it should match my app's theme. I searched for the solution on Google, but I couldn't find a solution.
What I ...
Bobwhite asked 14/5, 2015 at 14:14
3
Solved
I am using this link Android TimePickerDialog set max time.
I am new in android. With the help of this code, I cannot select past time but we cannot select future time. When 12 is selected in time...
Turne asked 6/1, 2017 at 13:24
3
I'm trying to style a TimePickerDialog for sdk 21+ (Lollipop). So far I've figured out how to change the default colorscheme in XML:
<style name="TimePickerTheme" parent="@style/Theme.AppCompat...
Smallclothes asked 20/9, 2015 at 11:40
6
Solved
I want to use the digital date picker dialog and time picker dialog, I have written the code and my picker dialogs are working, but I want them in another format.
Currently, my time picker and date...
Tomokotomorrow asked 6/3, 2016 at 13:0
2
I've followed the tutorials for incrementing the Android TimePicker to intervals other than 15.
Android - TimePicker minutes to 15
I have in fact properly set up my timePicker to increment in in...
Skirr asked 1/4, 2013 at 3:54
11
Solved
My application show a TimePickerDialog to set a time.
I want that the timePickerDialog show the minutes with an interval of 5 minutes.
This works fine with this code:
private final int TIME_PICKE...
Paulsen asked 26/11, 2013 at 10:32
5
Solved
I was testing my app on an Android L emulator, and I noticed that the TimePickerDialog has significantly changed to this:
This doesn't fit with the theme of my app, and I wanted to know if it is...
Helldiver asked 27/6, 2014 at 10:32
10
Solved
I've already got a DatePicker which pops up when the user clicks on the EditText field
eReminderDate.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
// TODO ...
Androgyne asked 27/7, 2013 at 20:0
2
Solved
how to pick a time using material:1.3.0-alpha01, I am looking time picker following screenshot, which I found in material io.
I tried date picker is working
Material Date picker
//Creating a Mater...
Connecticut asked 13/7, 2020 at 18:50
2
Solved
I am using a time picker dialog in my app. I am also using appcompat to give my app material design theme. The dialog however stays with the default teal accent color (my accent is a light blue).
...
Donaghue asked 10/1, 2015 at 5:19
7
Solved
In my app, I am showing time in text view as 07:00 PM. On click of the text view, a time picker dialog pops up, In that time picker, I have to show exactly the same time as what is appearing in tex...
Vendace asked 19/9, 2012 at 11:46
1
I created a simple form with react-native using this library with start time and end time.
I was asking my self why I can set with no problem the start time and end time on ios, but I cannot set it...
Florella asked 24/4, 2018 at 10:32
0
I'm creating a Wear OS app and I'm giving the user the option to set a timer. In addition to voice commands I'd like to give the option to manually set the duration.
I can adapt the time picker d...
Stannary asked 29/5, 2019 at 0:11
2
Solved
My Question is How to compare two time between startTime and endTime,
Comparison two time.
Start time
End time.
I am using the TimePickerDialog for fetching time and I am using one method W...
Percussion asked 18/11, 2014 at 5:38
1
Working in an android app,Here I have a TimePicker with spinner mode and my layout background color is black.So I want to change the color of the TimePicker's font to white [Hour,Minute,AM/PM].
I ...
Westphal asked 9/5, 2018 at 16:59
3
I've got a time picker in my custom dialog. This is the result :
This is my code:
<style name="DialogStyler2" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="android:backgr...
Cooperate asked 13/4, 2017 at 4:25
2
Solved
I've got a problem with the TimePicker widget on API 21. Until API 19 the TimePicker was an up-/down-list like iOS, but in 21+ it's round, like the one in the calendar app.
How can I use the old o...
Vedi asked 14/11, 2014 at 9:28
4
Solved
I am a French Android developer, so using Locale.getDefault() causes my DateFormat to use a 24-hour mode. But, when I set manually my device to 12-hour mode via the setting menu, DateFormat keeps g...
Weakling asked 22/4, 2014 at 14:18
5
Solved
I am using a TimePicker in my app. Whenever the user opens the screen with the TimePicker, I initialize it with the current time. When I do this, the TimePicker shows AM instead of PM. Why does thi...
Anthropophagy asked 8/7, 2012 at 9:18
1
I had a look at this answer but using the APIs timepickerdialog (code below) I would like to set timePickerMode property in my class .java is it possible?
public static class TimePickerFragment e...
Septivalent asked 3/12, 2014 at 16:55
9
Solved
I have a DatePicker and a TimePicker in my app. Can anyone tell me how to get the values of the date and time that are selected??? What i mean to say is, for EditText we can declare as
final Edit...
Pot asked 7/4, 2010 at 12:48
1
How to control TimePicker, I just want to show time range in time picker from 08:00 am to 02:00 pm (except from 08:00 am to 02:00 pm hide all)
I have written complete code to show TimePicker, and ...
Hyperpyrexia asked 19/9, 2015 at 10:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.