remove unnessary files of editor; add 'delete line' and 'copy line' options to editor context menu

This commit is contained in:
hyb1996
2017-11-02 23:29:54 +08:00
parent 37445b7905
commit 36c6b38b17
161 changed files with 240 additions and 38503 deletions

View File

@@ -7,6 +7,11 @@
</style>
<style name="EditorTheme" parent="AppTheme">
<item name="android:windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">@color/colorAccent</item>
</style>
<style name="AppTheme.FullScreen" parent="AppTheme">
<!-- Customize your theme here. -->
<item name="windowNoTitle">true</item>