Skip to content

Commit 16b1cb2

Browse files
committedMar 18, 2020
Fix bug: text changed after rotation.
1 parent b0fefca commit 16b1cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
android:textColorHint="#fff"
4141
android:textColorLink="#fff"
4242
android:textSize="20sp"
43+
android:saveEnabled="false"
4344
/>
4445

4546
</LinearLayout>

0 commit comments

Comments
 (0)
Please sign in to comment.