Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 3ff882e

Browse files
authored
Update README.md
1 parent 9cb9663 commit 3ff882e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
```xml
2323
<me.jackdevey.codeview.CodeView
2424
android:id="@+id/code_view"
25-
android:layout_width="wrap_content"
26-
android:layout_height="wrap_content"/>
25+
android:layout_width="match_parent"
26+
android:layout_height="match_parent"/>
2727
```
2828

2929
**Step 4.** Customise the CodeView

0 commit comments

Comments
 (0)