feat: new editor: jsdroid editor
This commit is contained in:
9
app/src/main/res/drawable/code_edit_text_cursor.xml
Normal file
9
app/src/main/res/drawable/code_edit_text_cursor.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#ffffff"/>
|
||||
|
||||
<size android:width="1dp"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user