SimpleHintContentHolder unable to import #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.