bmcn99
bmcn99
> > Where is the FontAwesome.ttf? Without adding this file to the project library wouldn't work? > > The FontAwesome.ttf is no longer used, because fontawesome does not have this...
The variable names were correct in my example there, and worked in the original FlatList (Aside from the blank space issue with items towards the bottom of the list). I...
You can update the options and supply a new function for 'beforeShowDay'. ``` multiDatePicker.multiDatesPicker({ beforeShowDay: disableAllDaysExcept, }); ``` ``` function disableAllDaysExcept(date){ //Do some logic to see if the date matches...
I wanted to jump in and fix this as it seemed like it would be relatively simple, like the addTextEditText.setTextColor(colorCode == -1 ? getResources().getColor(R.color.white) : colorCode); workaround used on line...
The work-around I'm using for now: `private void addText(String text, int colorCodeTextView) { photoEditorSDK.addText(text, colorCodeTextView == -1 ? getResources().getColor(R.color.so_close_to_white): colorCodeTextView); }` If colorCodeTextView == -1, which is #FFFFFF I just...
Apologies if this was mentioned and I missed it but I just wanted to add that without the indication that you are looking at the filter results for page 1...