From 595ad8a87196b4bde79379335b1e8b922ff1f45a Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 7 Feb 2022 11:16:16 +0000 Subject: [PATCH] Don't use code font in titles in the dev guide #minor-release PiperOrigin-RevId: 426870114 --- docs/shrinking.md | 2 +- docs/ui-components.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shrinking.md b/docs/shrinking.md index f8eb4ffbf6..655a4cdcd7 100644 --- a/docs/shrinking.md +++ b/docs/shrinking.md @@ -104,7 +104,7 @@ ExoPlayer player = ~~~ {: .language-java} -## Custom `MediaSource` instantiation ## +## Custom MediaSource instantiation ## If your app is using a custom `MediaSource.Factory` and you want `DefaultMediaSourceFactory` to be removed by code stripping, you should pass diff --git a/docs/ui-components.md b/docs/ui-components.md index b84f36e187..4b934fcbcd 100644 --- a/docs/ui-components.md +++ b/docs/ui-components.md @@ -19,7 +19,7 @@ well as playback controls. `StyledPlayerView` has a `setPlayer` method for attaching and detaching (by passing `null`) player instances. -## `StyledPlayerView` ## +## StyledPlayerView ## `StyledPlayerView` can be used for both video and audio playbacks. It renders video and subtitles in the case of video playback, and can display artwork