【问题标题】:how to hide the layout in android [closed]如何在android中隐藏布局[关闭]
【发布时间】:2016-06-30 18:15:42
【问题描述】:

我正在开发 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);

}

【问题讨论】:

  • 亲爱的完整代码在哪里?
  • 实际上我没有定义和声明时间属性,我不知道它是如何显示的

标签: android android-intent camera android-camera


【解决方案1】:

我认为您当时在哪里声明时间函数 你可以使用

enter code here

time.setenable(false);

【讨论】:

  • 谢谢亲爱的让我检查一下。
猜你喜欢
  • 1970-01-01
  • 2017-12-28
  • 1970-01-01
  • 2011-12-31
  • 2011-06-07
  • 1970-01-01
  • 2021-03-29
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多