如何在 android 中隐藏布局

how to hide the layout in android

我正在开发 android 相机应用程序,但在我的应用程序中时钟显示时间我不知道如何实现。我想停止这些时间我如何删除这个时间标题。请帮助我

enter code here
   protected void onCreate(Bundle bd) {
    if (MyDebug.LOG) {
        Log.d(TAG, "onCreate");
    }
    long time_s = System.currentTimeMillis();
    super.onCreate(bd);
    this.preferences = PreferenceManager.getDefaultSharedPreferences(this);

}

我想你当时在哪里声明了时间函数你展示了这个 你可以使用

enter code here

time.setenable(false);