Searched refs:infoBottom (Results 1 – 1 of 1) sorted by relevance
115 final TextView infoBottom = findViewById(R.id.usage_info_bottom_text); in bind() local116 infoBottom.setVisibility(bottom != null ? View.VISIBLE : View.GONE); in bind()117 infoBottom.setText(bottom); in bind()