我正在使用我找到的闹钟代码并尝试自定义它.
但我收到此错误:"com.android.internal.R无法解析为变量"代码:
getListView().setItemsCanFocus(true);
// Grab the content view so we can modify it.
FrameLayout content = (FrameLayout) getWindow().getDecorView()
.findViewById(com.android.internal.R.id.content);
Run Code Online (Sandbox Code Playgroud)
我不确定这段代码是做什么的(所以我可以改变它)你可以通过一些替代代码帮助我解决这个问题吗?