Skip to content

Commit

Permalink
Update View.md
Browse files Browse the repository at this point in the history
Change the code block type from `kotlin` to `xml`.
  • Loading branch information
cccc-22 authored Jan 30, 2024
1 parent 228ed10 commit 79f267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/View.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
Expand Down

0 comments on commit 79f267a

Please sign in to comment.