Chandresh Patel

Results 3 comments of Chandresh Patel

Use this code Hope you help it ` dialog.displayListener(object : SingleDateAndTimePickerDialog.DisplayListener { override fun onDisplayed(picker: SingleDateAndTimePicker?) { var view = picker?.rootView if (view != null) { val buttonTitle = view.findViewById(com.github.florent37.singledateandtimepicker.R.id.sheetTitle)...

Step 1: Create Notification Channel In APP. Step 2: Pass this channel id to notification ``` "notification" : { "body" : "This is a Firebase Cloud Messaging", "title" : "FCM...

@Edydaoud Please set TextAppearance of prefixtext. hope this one help you. ```android app:prefixTextAppearance="@style/TextAppearance.AppCompat.Medium" ``` or **set style look like this and set prefix text size** ```android 13sp app:prefixTextAppearance="@style/prefix" ```