Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So glad your problem was resolved. What was the suggestion that lead to the restoration of you lost calendar events?
override fun createLayout(target: FrameLayoutBuilder) { instance = this with(target) { addLinearLayout { setOrientationVertical() add(ActivityHeader()) createContent(this) add(ActivityFooter()) } } } private fun createContent(target: LinearLayoutBuilder) { with(target) { addFrameLayout { setLayoutWeight(1f) addLinearLayout { setOrientationVertical() addFrameLayout { setLayoutWeight(1f) addSurfaceView { setSurface(Playground) } addRelativeLayout { setGravityBottomRight() addTextView { setVisibleFalse() formatHint(this) addReceiver(Playground.hint) { setTextId(it) setVisible(it != R.string.Empty) } } } } createInfoLine(this) } addFrameLayout { addReceiver(overlay) { replace(it) } } } } } fun formatHint(target: TextViewBuilder) { with(target) { setTextSizeSP(20) setTextColorID(R.color.hintText) setMarginsDP(50, 10, 20, 20) setPaddingsDP(20, 10) setGravityRight() setGradientBackground { cornerRadii = getCornerRadii(getPixelFromDP(15).toFloat()) setStroke(getPixelFromDP(6), getColorFromID(R.color.black)) setColor(getColorFromID(R.color.hint)) } } } fun createInfoLine(target: LinearLayoutBuilder) { with(target) { addLinearLayout { setOrientationHorizontal() setPaddingsDP(10, 0) setBackgroundColorId(R.color.black) addTextView { setWidthDP(100) setLayoutWeight(1f) setTextSizeSP(16) setTextColorID(R.color.white) setFontId(R.font.nunito_bold) addReceiver(Playground.mode) { setText( when (it) { Play -> "Build Mode" else -> "Play Mode" } ) } } addTextView { setWidthDP(100) setLayoutWeight(1f) setGravityCenter() setTextSizeSP(16) setTextColorID(R.color.white) setFontId(R.font.nunito_bold) setText("V${BuildConfig.VERSION_CODE}") } addTextView { setWidthDP(100) setLayoutWeight(1f) setGravityRight() setTextSizeSP(16) setTextColorID(R.color.white) setFontId(R.font.nunito_bold) addReceiver(Playground.currentBoardIndex) { setText("Board ${it + 1}") } } } }}
All of the five people charged have been sentenced; I believe they all entered plea arrangements whereby they admitted their part in Mr. Perry's death. The most severe sentence is also the most recent; the so-called "Ketamine Queen" who provided the fatal doses. She was sentenced to 15 years, and it turned out that her supply had also killed another person in 2019, which was part of why the sentence was that long. Sad all the way around.Resurrecting (!) this thread to append more information in the wake of the charges resulting from Mr. Perry’s untimely death. Of the five people charged relative to his ketamine usage, three have now pled guilty (including a doctor) and are awaiting sentencing; the other two appear willing to roll the dice on a jury, where they could essentially receive life sentences if convicted.
![]()
Doctor charged in Matthew Perry's death pleads guilty to ketamine distribution charge
Mark Chavez, a doctor charged in connection with Matthew Perry's fatal overdose, has officially pleaded guilty to conspiring to distribute ketamine. He faces up to 10 years behind bars.ew.com