ソースを参照

fab: Use themed context to set style

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 6年前
committed by Jason A. Donenfeld
コミット
dba8d0305e
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

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



読み込み中…
キャンセル
保存