Skip to content

Commit 38aa54b

Browse files
ndk::checks-impl
1 parent c958674 commit 38aa54b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/app/src/main/java/com/itsaky/androidide/activities/editor/ProjectHandlerActivity.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,8 @@ abstract class ProjectHandlerActivity : BaseEditorActivity() {
668668
projectName = manager.projectDir.name
669669
}
670670

671-
// supportActionBar!!.subtitle = projectName
671+
supportActionBar!!.subtitle = projectName
672+
supportActionBar!!.setTitle("Rv2")
672673
} catch (th: Throwable) {
673674
// ignored
674675
}

core/resources/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<string name="copy" tools:override="true">Copy</string>
66
<string name="terminal_more">More…</string>
77
<string name="text_to_search">Text to search</string>
8-
<string name="app_name" translatable="false">Rv2</string>
8+
<string name="app_name" translatable="false">AndroidIDE-Rv2</string>
99
<string name="about_option_email">Email</string>
1010
<string name="about_option_website">Website</string>
1111
<string name="about_footer_alternate" translatable="false">AndroidIDE v\u2022 %s</string>

0 commit comments

Comments
 (0)