标签: android android-layout
我使用以下class CustomWindow实现了自定义标题栏功能。其他活动由class CustomWindow扩展。例如public class SimpleSearch extends CustomWindow {}。问题是我想阅读其他原始活动的标题并将其显示在Textview title的{{1}}中。我怎么能这样做?
class CustomWindow
public class SimpleSearch extends CustomWindow {}
Textview title
答案 0 :(得分:0)
title.setText(this.getTitle());
记录不清here。