From 79f267ab85a645173db2785221d1fbab156690fa Mon Sep 17 00:00:00 2001 From: "L. Choi" <115975204+cccc-22@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:11:07 +0800 Subject: [PATCH] Update View.md Change the code block type from `kotlin` to `xml`. --- docs/View.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/View.md b/docs/View.md index a1355fc2..8b167b28 100644 --- a/docs/View.md +++ b/docs/View.md @@ -208,7 +208,7 @@ Create a container resource to use the text in `res/layout/calendar_day_titles_c Add the titles container in the same layout as the CalendarView: -```kotlin +```xml