79616448

Date: 2025-05-11 11:57:52
Score: 2.5
Natty:
Report link

Set the text of the TextView in the custom view.

((TextView)((LinearLayout)getSupportActionBar().getCustomView()).getChildAt(0)).setText("title");

https://developer.android.com/reference/android/widget/TextView#setText(java.lang.CharSequence)

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manabu Nakamura