Kaynağa Gözat

fab: Use themed context to set style

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 6 yıl önce
committed by Jason A. Donenfeld
ebeveyn
işleme
dba8d0305e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      app/src/main/java/com/wireguard/android/widget/fab/FloatingActionsMenu.java

+ 1
- 1
app/src/main/java/com/wireguard/android/widget/fab/FloatingActionsMenu.java Dosyayı Görüntüle

@@ -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);



Yükleniyor…
İptal
Kaydet