2016-03-15 80 views
-3

上午在Android相机应用程序工作,但在我的应用程序时钟显示时间,我不知道如何实现。我想停止这些时间我该如何删除这个时间标题。我如何隐藏Android中的布局

enter image description here

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); 

}

+1

放完整代码 –

+0

亲爱的代码在哪里? –

+0

其实我没有定义和声明时间财产我不知道它是如何showen – Harry

回答

0

我想,你当时申报的时间函数你展示这个 可以使用

enter code here 

time.setenable(false); 
+0

谢谢亲爱的让我检查。 – Harry