File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/src/main/java/com/itsaky/androidide/activities/editor
resources/src/main/res/values Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments