We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0985563 commit 5222d8eCopy full SHA for 5222d8e
1 file changed
docs/add-to-xml.md
@@ -3,7 +3,7 @@
3
It's easy to add CodeView in your XML layout, notes that CodeView is based on AppCompatMultiAutoCompleteTextView,
4
so you can easily customize it like any AutoCompleteTextView
5
6
-```
+``` xml
7
<com.amrdeveloper.codeview.CodeView
8
android:id="@+id/codeView"
9
android:layout_width="match_parent"
@@ -13,4 +13,4 @@ so you can easily customize it like any AutoCompleteTextView
13
android:dropDownHorizontalOffset="0dp"
14
android:dropDownSelector="@color/darkGrey"
15
android:gravity="top|start" />
16
+```
0 commit comments