fab: Use themed context to set style
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
27072972ab
commit
dba8d0305e
@ -415,7 +415,7 @@ public class FloatingActionsMenu extends ViewGroup {
|
||||
button.getTag(R.id.fab_label) != null) continue;
|
||||
|
||||
final AppCompatTextView label = new AppCompatTextView(context);
|
||||
label.setTextAppearance(getContext(), mLabelsStyle);
|
||||
label.setTextAppearance(context, mLabelsStyle);
|
||||
label.setText(button.getTitle());
|
||||
addView(label);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user