Skip to content

Commit 5222d8e

Browse files
authored
Update add-to-xml.md
1 parent 0985563 commit 5222d8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/add-to-xml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
It's easy to add CodeView in your XML layout, notes that CodeView is based on AppCompatMultiAutoCompleteTextView,
44
so you can easily customize it like any AutoCompleteTextView
55

6-
```
6+
``` xml
77
<com.amrdeveloper.codeview.CodeView
88
android:id="@+id/codeView"
99
android:layout_width="match_parent"
@@ -13,4 +13,4 @@ so you can easily customize it like any AutoCompleteTextView
1313
android:dropDownHorizontalOffset="0dp"
1414
android:dropDownSelector="@color/darkGrey"
1515
android:gravity="top|start" />
16-
```
16+
```

0 commit comments

Comments
 (0)