Skip to content

Commit 0f608fa

Browse files
committed
Changes
1 parent 9025f02 commit 0f608fa

20 files changed

Lines changed: 2259 additions & 59 deletions

main/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
android:windowSoftInputMode="adjustResize" />
3333
<activity
3434
android:name=".SettingsActivity"
35-
android:exported="false" />
35+
android:exported="false"
36+
android:title="@string/settings"/>
3637
<activity
3738
android:name=".DevToolsActivity"
3839
android:exported="false" />
184 KB
Binary file not shown.
File renamed without changes.
143 KB
Binary file not shown.
130 KB
Binary file not shown.

main/src/main/assets/textmate/themes/darcula.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "darcula",
2+
"name": "Darcula",
33
"settings": [{
44
"settings": {
55
"background": "#1E1E1E",

0 commit comments

Comments
 (0)