SimpleHintContentHolder unable to import #1

Open
opened 2022-04-08 16:36:21 +02:00 by JamesSprag · 0 comments
Owner

SimpleHintContentHolder blockInfo = new SimpleHintContentHolder.Builder(view.getContext()) .setContentTitle("FAB button power!") .setContentText("The FAB button is gonna help you with the main action of every screen.") .setTitleStyle(R.style.title) .setContentStyle(R.style.content) .build();

It is not getting resolved by import.

SimpleHintContentHolder blockInfo = new SimpleHintContentHolder.Builder(view.getContext()) .setContentTitle("FAB button power!") .setContentText("The FAB button is gonna help you with the main action of every screen.") .setTitleStyle(R.style.title) .setContentStyle(R.style.content) .build(); It is not getting resolved by import.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JamesSprag/htr-repo#1
No description provided.