2016-03-15 87 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