Updated on 2026-08-14
This commit is contained in:
parent
052fb21dab
commit
a7d764c0af
4 changed files with 287 additions and 332 deletions
|
|
@ -305,7 +305,7 @@ public class CardListAdapter extends RecyclerView.Adapter<CardListAdapter.CardVi
|
|||
}
|
||||
|
||||
if (card.useDevelopersFirmware()) {
|
||||
holder.tvType.setText(R.string.developer_kit);
|
||||
holder.tvType.setText(R.string.developer_kit_spaces);
|
||||
holder.tvTypeBg.setBackgroundColor(ContextCompat.getColor(mContext, R.color.fab));
|
||||
holder.tvVoid.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue