Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

set label is not working ! #457

Open matinzd opened 6 years ago

matinzd commented 6 years ago

setting label in attributes and code is not working! I think there is a problem here. Label getLabelView() { return (Label) getTag(R.id.fab_label); } There is problem with getting view whats going on? This method is returning null always!