Title Bar Bug Solved (Temporarily)

Hey folks, I’ve found a way to solve the issue of Title bar visibility. Although if you are creating a new project, you won’t face this issue(hopefully), but not with the previously made projects. Following these steps and you might get this issue solved:

  1. Reinstall your companion app (not the Beta version)
  2. Open your AIA file in archive using 7Zip (https://www.7-zip.org/)
  3. Open “youngandroidproject” folder and find a file named “project.properties”
  4. Open that file using a notepad or anything and replace the data with the given one.

#Sat Aug 10 13:31:55 UTC 2024
sizing=Responsive
androidminsdk=19
color.primary.dark=&HFF3700B3
color.primary=&HFF6200EE
color.accent=&HFF1300E8
aname=test
cleartextenabled=True
defaultfilescope=App
packagename=com.one.test
main=com.niotron.yourusername.test.Screen1
androidtargetsdk=34
source=…/src
actionbar=True
splashenabled=True
useslocation=False
assets=…/assets
build=…/build
name=test
showlistsasjson=True
theme=Theme.MaterialComponents.Light.DarkActionBar
versioncode=1
versionname=1.0

  1. Replace “test” with your projects name and “yourusername” to your username (will be present in the previous data), keep in mind to keep the name in lowercase
  2. Save everything and reupload this AIA
  3. Scan using the companion app to test and change the theme from light to dark or vice verse.

Hopefully, this will get the Title Bar hide off. It worked for me atleast

3 Likes