Skip to content

Commit 88a42e4

Browse files
committed
Fixed line count issue
1 parent d227231 commit 88a42e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax-view/src/main/res/layout/syntaxview.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
android:paddingTop="15dp"
3030
android:text="1"
3131
android:textColor="#f5b800"
32-
android:textSize="16sp" />
32+
android:textSize="18sp" />
3333

3434
<com.rengwuxian.materialedittext.MaterialEditText
3535
android:id="@+id/code"
@@ -45,7 +45,7 @@
4545
android:textColorHighlight="#fff"
4646
android:textColorHint="#fff"
4747
android:textColorLink="#fff"
48-
android:textSize="18sp"
48+
android:textSize="20sp"
4949
app:met_hideUnderline="true"
5050
app:met_textColor="#fff" />
5151

0 commit comments

Comments
 (0)