Searched refs:appNameText (Results 1 – 1 of 1) sorted by relevance
192 View appNameText = findViewById(R.id.app_name_text); in styleTextAsTitle() local193 if (appNameText instanceof TextView) { in styleTextAsTitle()194 ((TextView) appNameText).setTextAppearance(styleResId); in styleTextAsTitle()