Posts by Ricardvs • 1 point
2 posts
-
0
votes1
answer20
viewsA: activity_main.xml does not show layout, shows only a small English key icon and the message: "Toogle tools visibility and position"
I found the solution: I used Edittext but, I don’t know why, it didn’t work in the new version of Android Studio. I changed Edittext to: <EditText android:id="@+id/Caixa"…
-
-2
votes1
answer20
viewsQ: activity_main.xml does not show layout, shows only a small English key icon and the message: "Toogle tools visibility and position"
This is a program I did some time ago. A simple calculator. I searched for options for viewing Android Studio, but it seems program thing. <?xml version="1.0" encoding="utf-8"?>…